.Navbar-module__nuAbfa__nav{z-index:1000;width:100%;height:var(--header-height);transition:color var(--duration-md) var(--ease);background:0 0;align-items:center;display:flex;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__inner{justify-content:space-between;align-items:center;gap:var(--space-xl);transition:background-color var(--duration-md) var(--ease), backdrop-filter var(--duration-md) var(--ease), border-color var(--duration-md) var(--ease), box-shadow var(--duration-md) var(--ease), padding var(--duration-md) var(--ease), border-radius var(--duration-md) var(--ease);background:0 0;border:1px solid #0000;border-radius:0;padding:0;display:flex}.Navbar-module__nuAbfa__navScrolled .Navbar-module__nuAbfa__inner{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-color:#00000014;border-radius:50px;padding:.5rem 1.5rem;box-shadow:0 4px 24px #00000014}.Navbar-module__nuAbfa__navScrolled{color:#000}.Navbar-module__nuAbfa__navScrolled .Navbar-module__nuAbfa__buttonLink{color:#fff;background-color:#000;border-color:#000}.Navbar-module__nuAbfa__navScrolled .Navbar-module__nuAbfa__buttonLink:hover{color:#000;background:0 0}.Navbar-module__nuAbfa__navDark,.Navbar-module__nuAbfa__navLight{color:#000}.Navbar-module__nuAbfa__navDark .Navbar-module__nuAbfa__buttonLink,.Navbar-module__nuAbfa__navLight .Navbar-module__nuAbfa__buttonLink{color:#fff;background-color:#000;border-color:#000}.Navbar-module__nuAbfa__navDark .Navbar-module__nuAbfa__buttonLink:hover,.Navbar-module__nuAbfa__navLight .Navbar-module__nuAbfa__buttonLink:hover{color:#000;background:0 0}.Navbar-module__nuAbfa__logo{letter-spacing:-.05em;color:inherit;font-size:1.5rem;font-weight:900}.Navbar-module__nuAbfa__links{align-items:center;gap:var(--space-md);display:flex}.Navbar-module__nuAbfa__link{text-transform:uppercase;letter-spacing:.05em;color:inherit;transition:background-color var(--duration-sm) var(--ease), color var(--duration-sm) var(--ease);border-radius:50px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:700}.Navbar-module__nuAbfa__linkActive{color:#fff;background:#000}.Navbar-module__nuAbfa__buttonLinkActive{opacity:.7}.Navbar-module__nuAbfa__buttonLink{text-transform:uppercase;letter-spacing:.1em;transition:background-color var(--duration-sm) var(--ease), color var(--duration-sm) var(--ease), border-color var(--duration-sm) var(--ease);border-radius:50px;padding:.6rem 1.8rem;font-size:.8rem;font-weight:900}.Navbar-module__nuAbfa__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;display:none}.Navbar-module__nuAbfa__hamburgerLine{background:currentColor;border-radius:2px;width:100%;height:2.5px;transition:transform .3s,opacity .3s;display:block}.Navbar-module__nuAbfa__navMenuOpen .Navbar-module__nuAbfa__hamburgerLine:first-child{transform:translateY(7.5px)rotate(45deg)}.Navbar-module__nuAbfa__navMenuOpen .Navbar-module__nuAbfa__hamburgerLine:nth-child(2){opacity:0}.Navbar-module__nuAbfa__navMenuOpen .Navbar-module__nuAbfa__hamburgerLine:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.Navbar-module__nuAbfa__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;z-index:999;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100dvh;transition:opacity .35s;display:flex;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__mobileMenuOpen{opacity:1;pointer-events:auto}.Navbar-module__nuAbfa__mobileMenuInner{flex-direction:column;align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__mobileLink{text-transform:uppercase;letter-spacing:.08em;color:#fff;font-size:1.5rem;font-weight:900;transition:opacity .2s}.Navbar-module__nuAbfa__mobileLink:hover{opacity:.6}.Navbar-module__nuAbfa__navMenuOpen{color:#fff!important}@media (max-width:768px){.Navbar-module__nuAbfa__links{display:none}.Navbar-module__nuAbfa__hamburger{display:flex}}
.Hero-module__Z8hQ_W__hero{width:100%;min-height:100vh;display:flex;overflow:hidden}.Hero-module__Z8hQ_W__left{padding:var(--space-xl);padding-top:calc(var(--header-height) + var(--space-xl));background-color:var(--grey-bg);color:var(--black);z-index:2;clip-path:polygon(0 0,120% 0,80% 100%,0% 100%);flex:1;align-items:center;display:flex;position:relative}.Hero-module__Z8hQ_W__content{max-width:500px;margin-left:auto;margin-right:15%}.Hero-module__Z8hQ_W__greeting{text-transform:uppercase;opacity:.8;margin-bottom:2rem;font-size:1.2rem;font-weight:700}.Hero-module__Z8hQ_W__name{text-transform:none;margin-bottom:.5rem;font-size:clamp(3rem,6vw,5rem);line-height:1}.Hero-module__Z8hQ_W__role{color:var(--muted);text-transform:capitalize;margin-bottom:var(--space-lg);font-size:1.1rem;font-weight:700}.Hero-module__Z8hQ_W__socials{gap:var(--space-sm);display:flex}.Hero-module__Z8hQ_W__socialIcon{background-color:var(--white);width:42px;height:42px;color:var(--black);transition:transform var(--duration-sm) var(--ease), background-color var(--duration-sm) var(--ease), color var(--duration-sm) var(--ease);border-radius:8px;justify-content:center;align-items:center;display:flex;box-shadow:2px 2px 10px #0000001a}.Hero-module__Z8hQ_W__socialIcon:hover{background-color:var(--black);color:var(--white);opacity:1;transform:translateY(-3px)}.Hero-module__Z8hQ_W__right{background-color:var(--black);z-index:1;flex:1;margin-left:-10%;position:relative}.Hero-module__Z8hQ_W__imageContainer{width:100%;height:100%;padding-top:calc(var(--header-height) + 60px);position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroImage{object-fit:contain;object-position:center bottom;padding:5% 0}.Hero-module__Z8hQ_W__animIn{animation:.8s cubic-bezier(.16,1,.3,1) both Hero-module__Z8hQ_W__heroSlideUp}.Hero-module__Z8hQ_W__animDelay1{animation-delay:.15s}.Hero-module__Z8hQ_W__animDelay2{animation-delay:.3s}.Hero-module__Z8hQ_W__animDelay3{animation-delay:.45s}@keyframes Hero-module__Z8hQ_W__heroSlideUp{0%{opacity:0;filter:blur(4px);transform:translateY(40px)}to{opacity:1;filter:blur();transform:translateY(0)}}.Hero-module__Z8hQ_W__imageContainer{animation:1.2s cubic-bezier(.16,1,.3,1) .3s both Hero-module__Z8hQ_W__imageReveal}@keyframes Hero-module__Z8hQ_W__imageReveal{0%{opacity:0;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.Hero-module__Z8hQ_W__left{animation:1s cubic-bezier(.16,1,.3,1) both Hero-module__Z8hQ_W__panelSlide}@keyframes Hero-module__Z8hQ_W__panelSlide{0%{clip-path:polygon(0 0,0% 0,0% 100%,0% 100%)}to{clip-path:polygon(0 0,120% 0,80% 100%,0% 100%)}}@media (prefers-reduced-motion:reduce){.Hero-module__Z8hQ_W__animIn,.Hero-module__Z8hQ_W__imageContainer,.Hero-module__Z8hQ_W__left{animation:none!important}}@media (max-width:1024px) and (min-width:769px){.Hero-module__Z8hQ_W__left{clip-path:none;padding:var(--space-xl) var(--space-md);flex:1;animation:none}.Hero-module__Z8hQ_W__content{margin-right:0}.Hero-module__Z8hQ_W__right{display:none}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{flex-direction:column;min-height:100dvh;position:relative}.Hero-module__Z8hQ_W__left{z-index:3;clip-path:none;padding:0 var(--space-md) var(--space-lg);color:#fff;background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);align-items:flex-end;padding-top:40%;animation:none;display:flex;position:absolute;bottom:0;left:0;right:0}.Hero-module__Z8hQ_W__content{max-width:100%;margin:0}.Hero-module__Z8hQ_W__greeting{opacity:.7;margin-bottom:.8rem;font-size:1rem}.Hero-module__Z8hQ_W__name{margin-bottom:.4rem;font-size:2.5rem;line-height:1}.Hero-module__Z8hQ_W__role{color:#fff9;margin-bottom:var(--space-md);font-size:.85rem}.Hero-module__Z8hQ_W__socials{right:var(--space-md);bottom:var(--space-lg);z-index:4;flex-direction:column;gap:.6rem;position:fixed}.Hero-module__Z8hQ_W__socialIcon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;width:38px;height:38px;box-shadow:none;background:#ffffff26;border:1px solid #ffffff26;border-radius:50%}.Hero-module__Z8hQ_W__socialIcon:hover{color:#fff;background:#ffffff4d}.Hero-module__Z8hQ_W__right{z-index:1;margin:0;display:block;position:absolute;inset:0}.Hero-module__Z8hQ_W__imageContainer{padding:0;animation:none}.Hero-module__Z8hQ_W__heroImage{object-fit:cover;object-position:center top;padding:0}}
.SkillsGrid-module__0cB3Tq__wrapper{gap:var(--space-md);flex-direction:column;max-width:900px;margin:0 auto;display:flex}.SkillsGrid-module__0cB3Tq__section{align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.SkillsGrid-module__0cB3Tq__sectionLabel{text-transform:uppercase;letter-spacing:.2em;color:var(--black);opacity:.4;border:1.5px solid #0000001f;border-radius:50px;padding:.4rem 1.2rem;font-size:.75rem;font-weight:800}.SkillsGrid-module__0cB3Tq__divider{background:#0000001a;width:60px;height:2px;margin:0 auto}.SkillsGrid-module__0cB3Tq__grid{gap:var(--space-sm) var(--space-md);grid-template-columns:repeat(4,1fr);width:100%;display:grid}.SkillsGrid-module__0cB3Tq__item{align-items:center;gap:var(--space-sm);padding:var(--space-sm);transition:transform var(--duration-sm) var(--ease);flex-direction:column;display:flex}.SkillsGrid-module__0cB3Tq__item:hover{transform:translateY(-8px)scale(1.04)}.SkillsGrid-module__0cB3Tq__item:active{transform:scale(.96)}.SkillsGrid-module__0cB3Tq__iconContainer{justify-content:center;align-items:center;width:100px;height:100px;display:flex}.SkillsGrid-module__0cB3Tq__svgWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.SkillsGrid-module__0cB3Tq__svgWrapper svg{width:100%;height:100%}.SkillsGrid-module__0cB3Tq__skillIcon{object-fit:contain;width:100%;height:100%;transition:transform var(--duration-sm) var(--ease)}.SkillsGrid-module__0cB3Tq__item:hover .SkillsGrid-module__0cB3Tq__skillIcon,.SkillsGrid-module__0cB3Tq__item:hover .SkillsGrid-module__0cB3Tq__svgWrapper svg{transform:scale(1.1)}.SkillsGrid-module__0cB3Tq__name{text-transform:uppercase;color:var(--black);letter-spacing:.1rem;margin-top:.5rem;font-size:.9rem;font-weight:700}@media (max-width:768px){.SkillsGrid-module__0cB3Tq__grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.SkillsGrid-module__0cB3Tq__grid{grid-template-columns:repeat(2,1fr)}}
.Education-module__91SPAa__educationContainer{max-width:800px;padding:0 var(--space-md);margin:0 auto}.Education-module__91SPAa__timeline{border-left:2px solid var(--foreground);padding-left:2rem;position:relative}.Education-module__91SPAa__timelineItem{margin-bottom:var(--space-lg);padding-left:var(--space-lg);position:relative}.Education-module__91SPAa__timelineItem:last-child{margin-bottom:0}.Education-module__91SPAa__timelineDot{background-color:var(--foreground);border:3px solid var(--background);border-radius:50%;width:1rem;height:1rem;position:absolute;top:.2rem;left:-2.6rem}.Education-module__91SPAa__timelineContent{text-align:left;margin-top:0}.Education-module__91SPAa__degree{text-transform:uppercase;color:var(--foreground);margin-bottom:var(--space-xs);letter-spacing:.05em;font-size:1.5rem;font-weight:900}.Education-module__91SPAa__institution{color:var(--foreground);opacity:.8;margin-bottom:var(--space-xs);font-size:1.1rem;font-weight:700}.Education-module__91SPAa__duration{color:var(--foreground);border:2px solid var(--foreground);margin-bottom:var(--space-sm);border-radius:50px;padding:.2rem .8rem;font-size:.85rem;font-weight:800;display:inline-block}.Education-module__91SPAa__description{opacity:.8;color:var(--foreground);font-size:1rem;line-height:1.6}.Education-module__91SPAa__timeline{background:linear-gradient(var(--foreground), var(--foreground)) no-repeat left top;background-size:2px 0%;border-left:none;animation:1s cubic-bezier(.16,1,.3,1) .4s forwards Education-module__91SPAa__drawTimeline}@keyframes Education-module__91SPAa__drawTimeline{to{background-size:2px 100%}}.Education-module__91SPAa__timelineDot{animation:.5s cubic-bezier(.16,1,.3,1) .6s both Education-module__91SPAa__dotAppear}@keyframes Education-module__91SPAa__dotAppear{0%{transform:scale(0)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.Education-module__91SPAa__timeline{border-left:2px solid var(--foreground);background:0 0;animation:none}.Education-module__91SPAa__timelineDot{animation:none}}
.Experience-module__HaXZMW__container{max-width:800px;margin:0 auto}.Experience-module__HaXZMW__card{padding:var(--space-xl);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px}.Experience-module__HaXZMW__top{align-items:center;gap:var(--space-md);display:flex}.Experience-module__HaXZMW__logoWrap{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.Experience-module__HaXZMW__logo{object-fit:contain;width:100%;height:100%}.Experience-module__HaXZMW__info{flex:1}.Experience-module__HaXZMW__role{text-transform:uppercase;letter-spacing:.02em;color:var(--white);margin-bottom:.2rem;font-size:1.3rem;font-weight:900;line-height:1.2}.Experience-module__HaXZMW__company{opacity:.5;font-size:.95rem;font-weight:600}.Experience-module__HaXZMW__period{text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;opacity:.5;border:1.5px solid #ffffff26;border-radius:50px;flex-shrink:0;padding:.35rem 1rem;font-size:.7rem;font-weight:700}.Experience-module__HaXZMW__divider{height:1px;margin:var(--space-md) 0;background:#ffffff0f}.Experience-module__HaXZMW__description{opacity:.65;margin-bottom:var(--space-md);font-size:1rem;line-height:1.7}.Experience-module__HaXZMW__techPills{flex-wrap:wrap;gap:.5rem;display:flex}.Experience-module__HaXZMW__pill{text-transform:uppercase;letter-spacing:.08em;color:#fff9;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50px;padding:.35rem .9rem;font-size:.72rem;font-weight:700;transition:background .2s,color .2s}.Experience-module__HaXZMW__pill:hover{color:#ffffffe6;background:#ffffff1f}@media (max-width:768px){.Experience-module__HaXZMW__top{align-items:flex-start;gap:var(--space-sm);flex-direction:column}.Experience-module__HaXZMW__card{padding:var(--space-lg)}}
.ContactForm-module__1SvrgG__form{gap:var(--space-md);flex-direction:column;max-width:600px;margin:0 auto;display:flex}.ContactForm-module__1SvrgG__field{flex-direction:column;gap:.5rem;display:flex}.ContactForm-module__1SvrgG__label{text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:700}.ContactForm-module__1SvrgG__input,.ContactForm-module__1SvrgG__textarea{background-color:var(--surface);border:1px solid var(--border);color:var(--foreground);transition:border-color var(--duration-sm) var(--ease), box-shadow var(--duration-sm) var(--ease), transform var(--duration-sm) var(--ease);padding:1rem;font-family:inherit;font-size:1rem}.ContactForm-module__1SvrgG__input:focus,.ContactForm-module__1SvrgG__textarea:focus{border-color:var(--foreground);outline:none;transform:translateY(-2px);box-shadow:0 4px 20px #0000000f}.ContactForm-module__1SvrgG__submit{margin-top:var(--space-sm);background:var(--foreground);color:var(--background);border:2px solid var(--foreground);text-transform:uppercase;letter-spacing:.12em;cursor:pointer;transition:background var(--duration-sm) var(--ease), color var(--duration-sm) var(--ease), transform var(--duration-sm) var(--ease), box-shadow var(--duration-sm) var(--ease);border-radius:50px;align-self:center;padding:.9rem 3rem;font-family:inherit;font-size:.85rem;font-weight:800}.ContactForm-module__1SvrgG__submit:hover{color:var(--foreground);background:0 0;transform:scale(1.04);box-shadow:0 4px 16px #0000001f}.ContactForm-module__1SvrgG__submit:active{transform:scale(.97)}
.ImageCarousel-module__Fx8BeW__carousel{gap:var(--space-md);flex-direction:column;display:flex}.ImageCarousel-module__Fx8BeW__viewport{background:#0a0a0a;border:1px solid #ffffff14;border-radius:16px;position:relative;overflow:hidden}.ImageCarousel-module__Fx8BeW__track{will-change:transform;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex}.ImageCarousel-module__Fx8BeW__slide{min-width:100%;position:relative}.ImageCarousel-module__Fx8BeW__image{width:100%;height:auto;display:block}.ImageCarousel-module__Fx8BeW__arrow{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0009;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,transform .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageCarousel-module__Fx8BeW__arrow:hover{background:#000000d9;border-color:#ffffff4d;transform:translateY(-50%)scale(1.08)}.ImageCarousel-module__Fx8BeW__arrowLeft{left:16px}.ImageCarousel-module__Fx8BeW__arrowRight{right:16px}.ImageCarousel-module__Fx8BeW__counter{z-index:3;letter-spacing:.1em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffb3;background:#0009;border:1px solid #ffffff1a;border-radius:50px;padding:.35rem .8rem;font-size:.72rem;font-weight:700;position:absolute;top:16px;right:16px}.ImageCarousel-module__Fx8BeW__caption{text-align:center;opacity:.5;text-transform:uppercase;letter-spacing:.06em;min-height:1.4em;font-size:.9rem;font-weight:600;line-height:1.4;transition:opacity .3s}.ImageCarousel-module__Fx8BeW__dots{justify-content:center;gap:8px;display:flex}.ImageCarousel-module__Fx8BeW__dot{cursor:pointer;background:0 0;border:2px solid #ffffff40;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.ImageCarousel-module__Fx8BeW__dot:hover{border-color:#ffffff80}.ImageCarousel-module__Fx8BeW__dotActive{background:#fff;border-color:#fff;transform:scale(1.2)}.ImageCarousel-module__Fx8BeW__thumbs{justify-content:center;gap:10px;display:flex}.ImageCarousel-module__Fx8BeW__thumb{cursor:pointer;opacity:.4;background:0 0;border:2px solid #0000;border-radius:8px;width:120px;padding:0;transition:opacity .3s,border-color .3s,transform .3s;position:relative;overflow:hidden}.ImageCarousel-module__Fx8BeW__thumb:hover{opacity:.7}.ImageCarousel-module__Fx8BeW__thumbActive{opacity:1;border-color:#fff;transform:scale(1.05)}.ImageCarousel-module__Fx8BeW__thumbImg{width:100%;height:auto;display:block}@media (max-width:600px){.ImageCarousel-module__Fx8BeW__arrow{width:36px;height:36px}.ImageCarousel-module__Fx8BeW__arrowLeft{left:8px}.ImageCarousel-module__Fx8BeW__arrowRight{right:8px}.ImageCarousel-module__Fx8BeW__thumb{width:80px}.ImageCarousel-module__Fx8BeW__counter{top:8px;right:8px}}
.PortfolioTabs-module__jErbMq__tabs{margin-bottom:var(--space-lg);gap:.5rem;display:flex}.PortfolioTabs-module__jErbMq__tab{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:2px solid #ffffff26;border-radius:50px;padding:.65rem 1.8rem;font-family:inherit;font-size:.8rem;font-weight:800;transition:all .25s cubic-bezier(.16,1,.3,1)}.PortfolioTabs-module__jErbMq__tab:hover{color:#fffc;border-color:#ffffff4d}.PortfolioTabs-module__jErbMq__tabActive{color:#000;background:#fff;border-color:#fff}.PortfolioTabs-module__jErbMq__tabActive:hover{color:#000}.PortfolioTabs-module__jErbMq__content{min-height:300px}.PortfolioTabs-module__jErbMq__fadeIn{animation:.4s cubic-bezier(.16,1,.3,1) PortfolioTabs-module__jErbMq__tabFadeIn}@keyframes PortfolioTabs-module__jErbMq__tabFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.PortfolioTabs-module__jErbMq__subLabel{text-transform:uppercase;letter-spacing:.2em;opacity:.35;margin-top:var(--space-xl);margin-bottom:var(--space-md);border-bottom:1px solid #ffffff14;padding-bottom:.5rem;font-size:.7rem;font-weight:800}.PortfolioTabs-module__jErbMq__grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.PortfolioTabs-module__jErbMq__card{color:inherit;text-decoration:none;transition:transform .35s cubic-bezier(.16,1,.3,1);display:block}.PortfolioTabs-module__jErbMq__card:hover{opacity:1;transform:translateY(-6px)}.PortfolioTabs-module__jErbMq__imgWrap{aspect-ratio:16/9;margin-bottom:var(--space-sm);background:#1a1a1a;border:1px solid #ffffff14;border-radius:12px;position:relative;overflow:hidden}.PortfolioTabs-module__jErbMq__img{object-fit:cover;transition:transform .4s cubic-bezier(.16,1,.3,1)}.PortfolioTabs-module__jErbMq__card:hover .PortfolioTabs-module__jErbMq__img{transform:scale(1.05)}.PortfolioTabs-module__jErbMq__overlay{opacity:0;background:#0009;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.PortfolioTabs-module__jErbMq__card:hover .PortfolioTabs-module__jErbMq__overlay{opacity:1}.PortfolioTabs-module__jErbMq__viewBtn{color:#000;text-transform:uppercase;letter-spacing:.08em;opacity:0;background:#fff;border-radius:50px;align-items:center;gap:.4rem;padding:.6rem 1.4rem;font-size:.75rem;font-weight:800;transition:transform .3s,opacity .3s;display:inline-flex;transform:translateY(8px)}.PortfolioTabs-module__jErbMq__card:hover .PortfolioTabs-module__jErbMq__viewBtn{opacity:1;transform:translateY(0)}.PortfolioTabs-module__jErbMq__placeholder{text-transform:uppercase;letter-spacing:.1em;opacity:.25;color:#fff;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;position:absolute;inset:0}.PortfolioTabs-module__jErbMq__info{padding:.25rem 0}.PortfolioTabs-module__jErbMq__cardTitle{text-transform:uppercase;margin-bottom:.2rem;font-size:1.3rem;font-weight:900}.PortfolioTabs-module__jErbMq__cardCategory{text-transform:uppercase;letter-spacing:.1em;opacity:.45;font-size:.8rem;font-weight:600}@media (max-width:768px){.PortfolioTabs-module__jErbMq__grid{gap:var(--space-md);grid-template-columns:1fr}.PortfolioTabs-module__jErbMq__tabs{flex-wrap:wrap}}
.page-module__E0kJGG__aboutSection{background-color:var(--dark-bg);color:var(--white);padding:var(--space-xl) 0;position:relative}.page-module__E0kJGG__aboutContent{max-width:800px}.page-module__E0kJGG__aboutHeader{margin-bottom:var(--space-md);text-transform:uppercase;font-size:2rem}.page-module__E0kJGG__aboutDescription{opacity:.8;margin-bottom:var(--space-lg);font-size:1rem;line-height:1.8}.page-module__E0kJGG__readMore{align-items:center;gap:1rem;display:flex}.page-module__E0kJGG__readMoreLink{letter-spacing:.1em;font-weight:700}.page-module__E0kJGG__bar{opacity:.5}.page-module__E0kJGG__experience{background-color:var(--dark-bg);color:var(--white);padding:var(--space-xxl) 0;text-align:center}.page-module__E0kJGG__experience .page-module__E0kJGG__boxedHeading{border-color:var(--white);color:var(--white)}.page-module__E0kJGG__education{background-color:var(--background);color:var(--foreground);padding:var(--space-xxl) 0;text-align:center}.page-module__E0kJGG__skills{background-color:var(--grey-bg);color:var(--black);padding:var(--space-xl) 0;text-align:center}.page-module__E0kJGG__boxedHeadingContainer{justify-content:center;margin-bottom:1.5rem;display:flex}.page-module__E0kJGG__boxedHeading{border:4px solid var(--foreground);letter-spacing:.4em;text-transform:uppercase;margin:0;padding:1rem 3rem;font-size:1.5rem;font-weight:900;display:inline-block}.page-module__E0kJGG__subheadingContainer{max-width:800px;padding-left:var(--space-md);flex-direction:row;justify-content:flex-start;margin:0 auto 1.5rem;display:flex}.page-module__E0kJGG__usingNow{color:var(--foreground);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:1.2rem;font-weight:800}.page-module__E0kJGG__subSectionLabel{text-transform:uppercase;letter-spacing:.2em;opacity:.5;margin-bottom:var(--space-md);margin-top:var(--space-xl);border:1.5px solid #fff3;border-radius:50px;padding:.4rem 1.2rem;font-size:.75rem;font-weight:800;display:inline-block}.page-module__E0kJGG__subSectionLabel:first-of-type{margin-top:0}.page-module__E0kJGG__projectGrid,.page-module__E0kJGG__webDevGrid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.page-module__E0kJGG__webDevCard{color:inherit;transition:transform var(--duration-md) var(--ease);text-decoration:none;display:block}.page-module__E0kJGG__webDevCard:hover{opacity:1;transform:translateY(-6px)}.page-module__E0kJGG__webDevImgWrap{aspect-ratio:16/9;margin-bottom:var(--space-sm);border:1px solid #ffffff1a;border-radius:12px;position:relative;overflow:hidden}.page-module__E0kJGG__webDevImg{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-md) var(--ease)}.page-module__E0kJGG__webDevCard:hover .page-module__E0kJGG__webDevImg{transform:scale(1.04)}.page-module__E0kJGG__webDevVisit{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-transform:uppercase;letter-spacing:.08em;opacity:0;transition:opacity var(--duration-sm) var(--ease), transform var(--duration-sm) var(--ease);background:#000000b3;border-radius:50px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:12px;right:12px;transform:translateY(-6px)}.page-module__E0kJGG__webDevCard:hover .page-module__E0kJGG__webDevVisit{opacity:1;transform:translateY(0)}.page-module__E0kJGG__webDevInfo{padding:.25rem 0}.page-module__E0kJGG__webDevTitle{text-transform:uppercase;margin-bottom:.2rem;font-size:1.2rem;font-weight:900}.page-module__E0kJGG__webDevCategory{text-transform:uppercase;letter-spacing:.1em;opacity:.5;font-size:.8rem;font-weight:600}.page-module__E0kJGG__contact{background-color:var(--background)}.page-module__E0kJGG__footer{padding:var(--space-lg) 0;background-color:var(--foreground);color:var(--background);text-align:center}.page-module__E0kJGG__footer p{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:.8rem;font-weight:700}@media (max-width:768px){.page-module__E0kJGG__projectGrid,.page-module__E0kJGG__webDevGrid{gap:var(--space-md);grid-template-columns:1fr}}
.CaseStudy-module__0RUWjq__caseStudy{background:var(--background);color:var(--foreground);min-height:100vh}.CaseStudy-module__0RUWjq__hero{background:var(--black);color:var(--white);padding:180px 0 100px;position:relative;overflow:hidden}.CaseStudy-module__0RUWjq__heroInner{z-index:2;max-width:1200px;padding:0 var(--space-md);margin:0 auto;position:relative}.CaseStudy-module__0RUWjq__heroContent{max-width:640px;margin-bottom:var(--space-xl)}.CaseStudy-module__0RUWjq__heroGradient{pointer-events:none;background:radial-gradient(80% 60% at 70% 40%,#6464ff1f 0%,#0000 70%),radial-gradient(60% 50% at 20% 80%,#c8c8ff0f 0%,#0000 60%);animation:2s .5s both CaseStudy-module__0RUWjq__csGradientIn;position:absolute;inset:0}.CaseStudy-module__0RUWjq__heroLabel{text-transform:uppercase;letter-spacing:.2em;margin-bottom:var(--space-md);border:1px solid #fff3;border-radius:50px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;animation:.7s cubic-bezier(.16,1,.3,1) .1s both CaseStudy-module__0RUWjq__csHeroIn;display:inline-block}.CaseStudy-module__0RUWjq__heroTitle{text-transform:uppercase;letter-spacing:-.03em;margin-bottom:var(--space-md);font-size:clamp(3rem,8vw,7rem);font-weight:900;line-height:.95;animation:.8s cubic-bezier(.16,1,.3,1) .2s both CaseStudy-module__0RUWjq__csHeroIn}.CaseStudy-module__0RUWjq__heroSub{opacity:.7;margin-bottom:var(--space-lg);font-size:clamp(1.1rem,2vw,1.4rem);font-weight:400;line-height:1.6;animation:.8s cubic-bezier(.16,1,.3,1) .35s both CaseStudy-module__0RUWjq__csHeroIn}.CaseStudy-module__0RUWjq__heroPills{flex-wrap:wrap;gap:.6rem;animation:.8s cubic-bezier(.16,1,.3,1) .45s both CaseStudy-module__0RUWjq__csHeroIn;display:flex}.CaseStudy-module__0RUWjq__heroPill{text-transform:uppercase;letter-spacing:.08em;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50px;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600}.CaseStudy-module__0RUWjq__heroScreenshot{margin-top:var(--space-md);border-radius:12px 12px 0 0;animation:1s cubic-bezier(.16,1,.3,1) .55s both CaseStudy-module__0RUWjq__csHeroIn;position:relative;overflow:hidden;box-shadow:0 -4px 60px #6464ff1a}.CaseStudy-module__0RUWjq__heroImg{border-radius:12px 12px 0 0;width:100%;height:auto;display:block}@keyframes CaseStudy-module__0RUWjq__csHeroIn{0%{opacity:0;filter:blur(4px);transform:translateY(30px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes CaseStudy-module__0RUWjq__csGradientIn{0%{opacity:0}to{opacity:1}}.CaseStudy-module__0RUWjq__metricsStrip{background:var(--foreground);color:var(--background);padding:var(--space-lg) 0}.CaseStudy-module__0RUWjq__metricsInner{max-width:1200px;padding:0 var(--space-md);gap:var(--space-md);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.CaseStudy-module__0RUWjq__metricCard{text-align:center;flex-direction:column;gap:.4rem;display:flex}.CaseStudy-module__0RUWjq__metricValue{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1}.CaseStudy-module__0RUWjq__metricLabel{opacity:.6;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500;line-height:1.4}.CaseStudy-module__0RUWjq__section{padding:var(--space-xxl) 0}.CaseStudy-module__0RUWjq__sectionAlt{background:var(--grey-bg);color:var(--black)}.CaseStudy-module__0RUWjq__sectionInner{max-width:1200px;padding:0 var(--space-md);margin:0 auto}.CaseStudy-module__0RUWjq__sectionTitle{text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-xl);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900}.CaseStudy-module__0RUWjq__splitGrid{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.CaseStudy-module__0RUWjq__splitCard{gap:var(--space-sm);flex-direction:column;display:flex}.CaseStudy-module__0RUWjq__splitTag{text-transform:uppercase;letter-spacing:.2em;opacity:.5;font-size:.7rem;font-weight:700}.CaseStudy-module__0RUWjq__splitHeading{text-transform:none;font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:900;line-height:1.2}.CaseStudy-module__0RUWjq__splitText{opacity:.75;font-size:1.05rem;line-height:1.7}.CaseStudy-module__0RUWjq__showcase{padding:var(--space-xxl) 0;background:var(--black);color:var(--white)}.CaseStudy-module__0RUWjq__techGrid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.CaseStudy-module__0RUWjq__techCategory{padding:var(--space-md);background:#0000000a;border:1px solid #00000014;border-radius:16px}.CaseStudy-module__0RUWjq__techCatLabel{text-transform:uppercase;letter-spacing:.15em;opacity:.5;margin-bottom:var(--space-sm);font-size:.7rem;font-weight:700}.CaseStudy-module__0RUWjq__techList{flex-direction:column;gap:.6rem;display:flex}.CaseStudy-module__0RUWjq__techItem{border-bottom:1px solid #0000000f;padding:.5rem 0;font-size:.95rem;font-weight:600}.CaseStudy-module__0RUWjq__techItem:last-child{border-bottom:none}.CaseStudy-module__0RUWjq__featureTimeline{gap:var(--space-xl);flex-direction:column;display:flex}.CaseStudy-module__0RUWjq__featureCard{gap:var(--space-xl);border:1px solid var(--border);padding:var(--space-xl);transition:border-color var(--duration-md) var(--ease), box-shadow var(--duration-md) var(--ease);background:#ffffff08;border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;display:grid}.CaseStudy-module__0RUWjq__featureCard:hover{border-color:#00000026;box-shadow:0 8px 40px #0000000f}.CaseStudy-module__0RUWjq__featureCardReverse{direction:rtl}.CaseStudy-module__0RUWjq__featureCardReverse>*{direction:ltr}.CaseStudy-module__0RUWjq__featureText{flex-direction:column;display:flex}.CaseStudy-module__0RUWjq__featureHeader{gap:var(--space-md);margin-bottom:var(--space-md);align-items:flex-start;display:flex}.CaseStudy-module__0RUWjq__featureNumber{opacity:.1;letter-spacing:-.02em;flex-shrink:0;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900;line-height:1}.CaseStudy-module__0RUWjq__featureTitle{text-transform:uppercase;letter-spacing:.02em;margin-bottom:.4rem;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:900}.CaseStudy-module__0RUWjq__featureDesc{opacity:.6;font-size:.95rem;line-height:1.5}.CaseStudy-module__0RUWjq__featureDetails{margin-top:var(--space-sm);flex-direction:column;gap:.5rem;padding-left:0;display:flex}.CaseStudy-module__0RUWjq__featureDetails li{opacity:.75;background:#00000005;border-left:3px solid #00000014;border-radius:10px;padding:.6rem .8rem;font-size:.9rem;line-height:1.55}.CaseStudy-module__0RUWjq__featureImgWrap{border:1px solid var(--border);background:#111;border-radius:12px;overflow:hidden}.CaseStudy-module__0RUWjq__featureImg{width:100%;height:auto;transition:transform var(--duration-md) var(--ease);display:block}.CaseStudy-module__0RUWjq__featureCard:hover .CaseStudy-module__0RUWjq__featureImg{transform:scale(1.03)}.CaseStudy-module__0RUWjq__archFlow{flex-wrap:nowrap;justify-content:center;align-items:center;gap:0;display:flex}.CaseStudy-module__0RUWjq__archStep{text-align:center;padding:var(--space-md) var(--space-lg);background:var(--white);min-width:170px;animation:CaseStudy-module__0RUWjq__archStepIn .6s var(--ease) both;transition:transform .3s var(--ease), box-shadow .3s var(--ease);border:1px solid #00000014;border-radius:16px;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:relative;box-shadow:0 4px 20px #0000000f}.CaseStudy-module__0RUWjq__archStep:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.CaseStudy-module__0RUWjq__archPulse{background:#101010;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite CaseStudy-module__0RUWjq__pulse;position:absolute;top:-5px;right:-5px}.CaseStudy-module__0RUWjq__archStepNum{letter-spacing:.15em;opacity:.3;font-size:.65rem;font-weight:700}.CaseStudy-module__0RUWjq__archStepTitle{text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:800}.CaseStudy-module__0RUWjq__archStepSub{opacity:.5;font-size:.75rem;font-weight:500}.CaseStudy-module__0RUWjq__archConnector{flex-shrink:0;align-items:center;width:60px;height:2px;display:flex;position:relative}.CaseStudy-module__0RUWjq__archLine{background:repeating-linear-gradient(90deg,#00000026 0 4px,#0000 4px 10px) 0 0/10px 2px;animation:1.2s linear infinite CaseStudy-module__0RUWjq__dashScroll;position:absolute;inset:0}.CaseStudy-module__0RUWjq__archDot{width:8px;height:8px;animation:CaseStudy-module__0RUWjq__dotTravel 1.8s var(--ease) infinite;background:#101010;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 6px #0000004d}.CaseStudy-module__0RUWjq__archArrowHead{color:#00000059;width:12px;height:10px;animation:1.8s ease-in-out infinite CaseStudy-module__0RUWjq__arrowPulse;position:absolute;right:-2px}@keyframes CaseStudy-module__0RUWjq__archStepIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes CaseStudy-module__0RUWjq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}@keyframes CaseStudy-module__0RUWjq__dotTravel{0%{opacity:0;left:0}10%{opacity:1}90%{opacity:1}to{opacity:0;left:calc(100% - 8px)}}@keyframes CaseStudy-module__0RUWjq__dashScroll{0%{background-position:0 0}to{background-position:10px 0}}@keyframes CaseStudy-module__0RUWjq__arrowPulse{0%,to{opacity:.35;transform:translate(0)}50%{opacity:.8;transform:translate(3px)}}.CaseStudy-module__0RUWjq__footer{padding:var(--space-xl) 0;border-top:1px solid var(--border);text-align:center}.CaseStudy-module__0RUWjq__footerTagline{opacity:.6;margin-bottom:var(--space-md);font-size:1.2rem;font-weight:600}.CaseStudy-module__0RUWjq__footerLinks{justify-content:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.CaseStudy-module__0RUWjq__footerLink{text-transform:uppercase;letter-spacing:.1em;border:2px solid var(--foreground);transition:all var(--duration-sm) var(--ease);border-radius:50px;align-items:center;padding:.8rem 2rem;font-size:.95rem;font-weight:700;display:inline-flex}.CaseStudy-module__0RUWjq__footerLink:hover{background:var(--foreground);color:var(--background);opacity:1}@media (max-width:900px){.CaseStudy-module__0RUWjq__hero{padding:140px 0 80px}.CaseStudy-module__0RUWjq__metricsInner{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}.CaseStudy-module__0RUWjq__splitGrid{gap:var(--space-lg);grid-template-columns:1fr}.CaseStudy-module__0RUWjq__techGrid{grid-template-columns:repeat(2,1fr)}.CaseStudy-module__0RUWjq__featureCard,.CaseStudy-module__0RUWjq__featureCardReverse{direction:ltr;grid-template-columns:1fr}.CaseStudy-module__0RUWjq__featureHeader{gap:var(--space-sm);flex-direction:column}.CaseStudy-module__0RUWjq__archFlow{flex-flow:column wrap}.CaseStudy-module__0RUWjq__archConnector{flex-direction:column;width:2px;height:40px}.CaseStudy-module__0RUWjq__archLine{background:repeating-linear-gradient(#00000026 0 4px,#0000 4px 10px) 0 0/2px 10px;animation:1.2s linear infinite CaseStudy-module__0RUWjq__dashScrollV}.CaseStudy-module__0RUWjq__archDot{left:50%;top:unset;animation:CaseStudy-module__0RUWjq__dotTravelV 1.8s var(--ease) infinite;transform:translate(-50%)}.CaseStudy-module__0RUWjq__archArrowHead{right:unset;bottom:-2px;top:unset;animation:1.8s ease-in-out infinite CaseStudy-module__0RUWjq__arrowPulseV;transform:rotate(90deg)}}@media (max-width:600px){.CaseStudy-module__0RUWjq__metricsInner{grid-template-columns:1fr 1fr}.CaseStudy-module__0RUWjq__techGrid{grid-template-columns:1fr}.CaseStudy-module__0RUWjq__footerLinks{flex-direction:column;align-items:center}}@keyframes CaseStudy-module__0RUWjq__dashScrollV{0%{background-position:0 0}to{background-position:0 10px}}@keyframes CaseStudy-module__0RUWjq__dotTravelV{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:calc(100% - 8px)}}@keyframes CaseStudy-module__0RUWjq__arrowPulseV{0%,to{opacity:.35;transform:rotate(90deg)translate(0)}50%{opacity:.8;transform:rotate(90deg)translate(3px)}}
.VoiceAssistant-module__VLHxZa__page{background:var(--background);color:var(--foreground);min-height:100vh}.VoiceAssistant-module__VLHxZa__hero{color:#fff;background:#0a0a0a;padding:180px 0 100px;position:relative;overflow:hidden}.VoiceAssistant-module__VLHxZa__heroInner{z-index:2;max-width:1200px;padding:0 var(--space-md);margin:0 auto;position:relative}.VoiceAssistant-module__VLHxZa__waveContainer{z-index:1;opacity:.12;position:absolute;inset:0;overflow:hidden}.VoiceAssistant-module__VLHxZa__wave{background:repeating-linear-gradient(90deg,#0000 0 3px,#82b4ff80 3px 4px);width:120%;height:200px;animation:8s linear infinite VoiceAssistant-module__VLHxZa__waveScroll;position:absolute;bottom:0;left:-10%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200'%3E%3Cpath d='M0,100 Q150,20 300,100 T600,100 T900,100 T1200,100 V200 H0 Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200'%3E%3Cpath d='M0,100 Q150,20 300,100 T600,100 T900,100 T1200,100 V200 H0 Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:100% 100%;mask-size:100% 100%}.VoiceAssistant-module__VLHxZa__wave2{opacity:.6;animation-duration:12s;animation-direction:reverse;bottom:20px}.VoiceAssistant-module__VLHxZa__wave3{opacity:.3;height:160px;animation-duration:16s;bottom:40px}@keyframes VoiceAssistant-module__VLHxZa__waveScroll{0%{transform:translate(0)}to{transform:translate(-20%)}}.VoiceAssistant-module__VLHxZa__heroLabel{text-transform:uppercase;letter-spacing:.2em;margin-bottom:var(--space-md);border:1px solid #ffffff26;border-radius:50px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;animation:.7s cubic-bezier(.16,1,.3,1) .1s both VoiceAssistant-module__VLHxZa__heroFadeIn;display:inline-block}.VoiceAssistant-module__VLHxZa__heroTitle{margin-bottom:var(--space-md);flex-direction:column;display:flex}.VoiceAssistant-module__VLHxZa__heroTitleLine{text-transform:uppercase;letter-spacing:-.04em;font-size:clamp(3.5rem,10vw,8rem);font-weight:900;line-height:.9;animation:.8s cubic-bezier(.16,1,.3,1) both VoiceAssistant-module__VLHxZa__heroFadeIn}.VoiceAssistant-module__VLHxZa__heroTitleLine:first-child{-webkit-text-stroke:2px #fff6;color:#0000;animation-delay:.15s}.VoiceAssistant-module__VLHxZa__heroTitleLine:nth-child(2){animation-delay:.25s}.VoiceAssistant-module__VLHxZa__heroSub{opacity:.65;max-width:560px;margin-bottom:var(--space-lg);font-size:clamp(1.05rem,1.8vw,1.3rem);font-weight:400;line-height:1.6;animation:.8s cubic-bezier(.16,1,.3,1) .35s both VoiceAssistant-module__VLHxZa__heroFadeIn}.VoiceAssistant-module__VLHxZa__heroPills{margin-bottom:var(--space-xl);flex-wrap:wrap;gap:.5rem;animation:.8s cubic-bezier(.16,1,.3,1) .45s both VoiceAssistant-module__VLHxZa__heroFadeIn;display:flex}.VoiceAssistant-module__VLHxZa__heroPill{text-transform:uppercase;letter-spacing:.08em;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50px;padding:.4rem 1rem;font-size:.75rem;font-weight:600}.VoiceAssistant-module__VLHxZa__visualizer{align-items:flex-end;gap:3px;height:50px;animation:1s cubic-bezier(.16,1,.3,1) .6s both VoiceAssistant-module__VLHxZa__heroFadeIn;display:flex}.VoiceAssistant-module__VLHxZa__vizBar{background:linear-gradient(#82b4ffcc,#82b4ff4d);border-radius:2px;width:3px;animation:1.2s ease-in-out infinite alternate VoiceAssistant-module__VLHxZa__vizPulse}@keyframes VoiceAssistant-module__VLHxZa__vizPulse{0%{opacity:.4;transform:scaleY(.3)}to{opacity:1;transform:scaleY(1)}}@keyframes VoiceAssistant-module__VLHxZa__heroFadeIn{0%{opacity:0;filter:blur(4px);transform:translateY(25px)}to{opacity:1;filter:blur();transform:translateY(0)}}.VoiceAssistant-module__VLHxZa__metricsStrip{color:#fff;padding:var(--space-lg) 0;background:#111}.VoiceAssistant-module__VLHxZa__metricsInner{max-width:1200px;padding:0 var(--space-md);gap:var(--space-md);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.VoiceAssistant-module__VLHxZa__metricCard{text-align:center;flex-direction:column;gap:.4rem;display:flex}.VoiceAssistant-module__VLHxZa__metricValue{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 30%,#82b4ffcc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1}.VoiceAssistant-module__VLHxZa__metricLabel{opacity:.5;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:500;line-height:1.4}.VoiceAssistant-module__VLHxZa__showcase{padding:var(--space-xxl) 0;color:#fff;background:#0a0a0a}.VoiceAssistant-module__VLHxZa__section{padding:var(--space-xxl) 0}.VoiceAssistant-module__VLHxZa__sectionDark{color:#fff;background:#0a0a0a}.VoiceAssistant-module__VLHxZa__inner{max-width:1200px;padding:0 var(--space-md);margin:0 auto}.VoiceAssistant-module__VLHxZa__sectionTitle{text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-xl);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900}.VoiceAssistant-module__VLHxZa__tag{text-transform:uppercase;letter-spacing:.2em;opacity:.45;margin-bottom:var(--space-xs);font-size:.7rem;font-weight:700;display:block}.VoiceAssistant-module__VLHxZa__heading2{text-transform:none;margin-bottom:var(--space-md);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:900;line-height:1.15}.VoiceAssistant-module__VLHxZa__bodyText{opacity:.72;font-size:1.05rem;line-height:1.7}.VoiceAssistant-module__VLHxZa__overviewGrid{gap:var(--space-xxl);grid-template-columns:1.4fr 1fr;align-items:start;display:grid}.VoiceAssistant-module__VLHxZa__overviewMeta{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.VoiceAssistant-module__VLHxZa__metaBlock{padding:var(--space-md);border:1px solid var(--border);background:#00000008;border-radius:12px;flex-direction:column;gap:.3rem;display:flex}.VoiceAssistant-module__VLHxZa__metaLabel{text-transform:uppercase;letter-spacing:.15em;opacity:.4;font-size:.65rem;font-weight:700}.VoiceAssistant-module__VLHxZa__metaValue{font-size:.95rem;font-weight:700}.VoiceAssistant-module__VLHxZa__techGrid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.VoiceAssistant-module__VLHxZa__techCard{padding:var(--space-md);transition:border-color var(--duration-md) var(--ease), transform var(--duration-md) var(--ease);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px}.VoiceAssistant-module__VLHxZa__techCard:hover{border-color:#82b4ff40;transform:translateY(-3px)}.VoiceAssistant-module__VLHxZa__techCatLabel{text-transform:uppercase;letter-spacing:.15em;opacity:.4;margin-bottom:var(--space-sm);font-size:.7rem;font-weight:700}.VoiceAssistant-module__VLHxZa__techList{flex-direction:column;gap:.55rem;display:flex}.VoiceAssistant-module__VLHxZa__techItem{border-bottom:1px solid #ffffff0f;padding:.45rem 0;font-size:.92rem;font-weight:600}.VoiceAssistant-module__VLHxZa__techItem:last-child{border-bottom:none}.VoiceAssistant-module__VLHxZa__featuresGrid{gap:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.VoiceAssistant-module__VLHxZa__featureCard{border:1px solid var(--border);padding:var(--space-xl);transition:border-color var(--duration-md) var(--ease), box-shadow var(--duration-md) var(--ease);border-radius:20px}.VoiceAssistant-module__VLHxZa__featureCard:hover{border-color:#0000001f;box-shadow:0 8px 40px #0000000f}.VoiceAssistant-module__VLHxZa__featureTop{margin-bottom:var(--space-md);justify-content:space-between;align-items:flex-start;display:flex}.VoiceAssistant-module__VLHxZa__featureIconWrap{width:48px;height:48px;color:var(--foreground)}.VoiceAssistant-module__VLHxZa__featureIcon{width:100%;height:100%}.VoiceAssistant-module__VLHxZa__featureNum{opacity:.06;font-size:2.5rem;font-weight:900;line-height:1}.VoiceAssistant-module__VLHxZa__featureTitle{text-transform:uppercase;letter-spacing:.02em;margin-bottom:.4rem;font-size:1.25rem;font-weight:900}.VoiceAssistant-module__VLHxZa__featureDesc{opacity:.55;margin-bottom:var(--space-md);font-size:.95rem;line-height:1.5}.VoiceAssistant-module__VLHxZa__featureDetails{flex-direction:column;gap:.6rem;padding:0;display:flex}.VoiceAssistant-module__VLHxZa__featureDetails li{opacity:.72;background:#00000006;border-left:3px solid #00000012;border-radius:10px;padding:.65rem .85rem;font-size:.9rem;line-height:1.55}.VoiceAssistant-module__VLHxZa__archFlow{flex-wrap:nowrap;justify-content:center;align-items:center;gap:0;display:flex}.VoiceAssistant-module__VLHxZa__archStep{text-align:center;padding:var(--space-md) var(--space-lg);min-width:160px;animation:VoiceAssistant-module__VLHxZa__archStepIn .6s var(--ease) both;transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:relative}.VoiceAssistant-module__VLHxZa__archStep:hover{border-color:#82b4ff4d;transform:translateY(-4px);box-shadow:0 8px 30px #82b4ff14}@keyframes VoiceAssistant-module__VLHxZa__archStepIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.VoiceAssistant-module__VLHxZa__archNum{letter-spacing:.15em;opacity:.3;font-size:.6rem;font-weight:700}.VoiceAssistant-module__VLHxZa__archLabel{text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:800}.VoiceAssistant-module__VLHxZa__archSub{opacity:.45;font-size:.72rem;font-weight:500}.VoiceAssistant-module__VLHxZa__archConnector{flex-shrink:0;align-items:center;width:50px;height:2px;display:flex;position:relative}.VoiceAssistant-module__VLHxZa__archLine{background:repeating-linear-gradient(90deg,#82b4ff40 0 4px,#0000 4px 10px) 0 0/10px 2px;animation:1.2s linear infinite VoiceAssistant-module__VLHxZa__dashScroll;position:absolute;inset:0}.VoiceAssistant-module__VLHxZa__archDot{width:7px;height:7px;animation:VoiceAssistant-module__VLHxZa__dotTravel 1.8s var(--ease) infinite;background:#82b4ffcc;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 8px #82b4ff66}.VoiceAssistant-module__VLHxZa__archArrow{color:#82b4ff66;width:12px;height:10px;animation:1.8s ease-in-out infinite VoiceAssistant-module__VLHxZa__arrowPulse;position:absolute;right:-2px}@keyframes VoiceAssistant-module__VLHxZa__dashScroll{0%{background-position:0 0}to{background-position:10px 0}}@keyframes VoiceAssistant-module__VLHxZa__dotTravel{0%{opacity:0;left:0}10%{opacity:1}90%{opacity:1}to{opacity:0;left:calc(100% - 7px)}}@keyframes VoiceAssistant-module__VLHxZa__arrowPulse{0%,to{opacity:.4;transform:translate(0)}50%{opacity:.9;transform:translate(3px)}}.VoiceAssistant-module__VLHxZa__footer{padding:var(--space-xl) 0;border-top:1px solid var(--border);text-align:center}.VoiceAssistant-module__VLHxZa__footerTagline{opacity:.55;margin-bottom:var(--space-md);font-size:1.15rem;font-weight:600}.VoiceAssistant-module__VLHxZa__footerLinks{justify-content:center;gap:var(--space-md);display:flex}.VoiceAssistant-module__VLHxZa__footerLink{text-transform:uppercase;letter-spacing:.1em;border:2px solid var(--foreground);transition:all var(--duration-sm) var(--ease);border-radius:50px;padding:.75rem 1.8rem;font-size:.95rem;font-weight:700}.VoiceAssistant-module__VLHxZa__footerLink:hover{background:var(--foreground);color:var(--background);opacity:1}@media (max-width:900px){.VoiceAssistant-module__VLHxZa__hero{padding:140px 0 80px}.VoiceAssistant-module__VLHxZa__metricsInner{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}.VoiceAssistant-module__VLHxZa__overviewGrid{gap:var(--space-lg);grid-template-columns:1fr}.VoiceAssistant-module__VLHxZa__techGrid{grid-template-columns:repeat(2,1fr)}.VoiceAssistant-module__VLHxZa__featuresGrid{gap:var(--space-md);grid-template-columns:1fr}.VoiceAssistant-module__VLHxZa__archFlow{flex-direction:column}.VoiceAssistant-module__VLHxZa__archConnector{flex-direction:column;width:2px;height:35px}.VoiceAssistant-module__VLHxZa__archLine{background:repeating-linear-gradient(#82b4ff40 0 4px,#0000 4px 10px) 0 0/2px 10px;animation:1.2s linear infinite VoiceAssistant-module__VLHxZa__dashScrollV}.VoiceAssistant-module__VLHxZa__archDot{left:50%;top:unset;animation:VoiceAssistant-module__VLHxZa__dotTravelV 1.8s var(--ease) infinite;transform:translate(-50%)}.VoiceAssistant-module__VLHxZa__archArrow{right:unset;bottom:-2px;top:unset;animation:1.8s ease-in-out infinite VoiceAssistant-module__VLHxZa__arrowPulseV;transform:rotate(90deg)}}@media (max-width:600px){.VoiceAssistant-module__VLHxZa__techGrid,.VoiceAssistant-module__VLHxZa__overviewMeta{grid-template-columns:1fr}.VoiceAssistant-module__VLHxZa__visualizer{gap:2px}}@keyframes VoiceAssistant-module__VLHxZa__dashScrollV{0%{background-position:0 0}to{background-position:0 10px}}@keyframes VoiceAssistant-module__VLHxZa__dotTravelV{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:calc(100% - 7px)}}@keyframes VoiceAssistant-module__VLHxZa__arrowPulseV{0%,to{opacity:.4;transform:rotate(90deg)translate(0)}50%{opacity:.9;transform:rotate(90deg)translate(3px)}}
