.Button-module__xDwtkW__button{border-radius:var(--radius-md);cursor:pointer;font-weight:500;font-family:var(--font-sans);border:none;justify-content:center;align-items:center;gap:.5rem;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.Button-module__xDwtkW__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__xDwtkW__primary{background:var(--color-primary);color:var(--color-text-inverted)}.Button-module__xDwtkW__primary:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #00e5ff40}.Button-module__xDwtkW__secondary{background:var(--color-secondary);color:#fff}.Button-module__xDwtkW__secondary:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed4d}.Button-module__xDwtkW__outline{border:1px solid var(--color-border);color:var(--color-text-main);background:0 0}.Button-module__xDwtkW__outline:hover:not(:disabled){border-color:var(--color-text-main);background:var(--color-surface)}.Button-module__xDwtkW__ghost{color:var(--color-text-muted);background:0 0}.Button-module__xDwtkW__ghost:hover:not(:disabled){color:var(--color-text-main);background:#ffffff0d}.Button-module__xDwtkW__sm{padding:.5rem 1rem;font-size:.875rem}.Button-module__xDwtkW__md{padding:.75rem 1.5rem;font-size:1rem}.Button-module__xDwtkW__lg{padding:1rem 2rem;font-size:1.125rem}.Button-module__xDwtkW__loading{pointer-events:none}.Button-module__xDwtkW__spinner{animation:1s linear infinite Button-module__xDwtkW__spin}@keyframes Button-module__xDwtkW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Navbar-module__ZERf_q__header{height:var(--header-height);z-index:100;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(20px)saturate(180%);background:#03030380;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Navbar-module__ZERf_q__scrolled{background:#05050ae6;border-bottom:1px solid #ffffff1a}.Navbar-module__ZERf_q__navContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Navbar-module__ZERf_q__logo{font-family:var(--font-heading);letter-spacing:-.02em;align-items:baseline;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module__ZERf_q__logoText{color:var(--color-text-main)}.Navbar-module__ZERf_q__logoDot{color:var(--color-primary)}.Navbar-module__ZERf_q__desktopNav{gap:2rem;display:none}@media (min-width:768px){.Navbar-module__ZERf_q__desktopNav{display:flex}}.Navbar-module__ZERf_q__navLink{color:var(--color-text-muted);font-size:.9375rem;font-weight:500;transition:color .2s}.Navbar-module__ZERf_q__navLink:hover,.Navbar-module__ZERf_q__active{color:var(--color-primary)}.Navbar-module__ZERf_q__actions{align-items:center;gap:1rem;display:flex}.Navbar-module__ZERf_q__hideMobile{display:none}@media (min-width:768px){.Navbar-module__ZERf_q__hideMobile{display:block}}.Navbar-module__ZERf_q__mobileMenuBtn{color:var(--color-text-main);cursor:pointer;background:0 0;border:none;display:block}@media (min-width:768px){.Navbar-module__ZERf_q__mobileMenuBtn{display:none}}.Navbar-module__ZERf_q__mobileNav{background:var(--color-bg);border-bottom:1px solid var(--color-border);overflow:hidden}.Navbar-module__ZERf_q__mobileNavLink{color:var(--color-text-main);border-bottom:1px solid #ffffff0d;padding:1rem 0;font-weight:500;display:block}.Navbar-module__ZERf_q__mobileActions{padding:1.5rem 0}
.Footer-module__hP-FLq__footer{border-top:1px solid var(--color-border);background:var(--color-bg);margin-top:auto;padding:6rem 0 3rem;position:relative;overflow:hidden}.Footer-module__hP-FLq__footer:before{content:"";background:linear-gradient(90deg,transparent,var(--color-primary),transparent);opacity:.3;width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__hP-FLq__container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.Footer-module__hP-FLq__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Footer-module__hP-FLq__grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.Footer-module__hP-FLq__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__hP-FLq__logo{font-family:var(--font-heading);color:var(--color-text-main);font-size:1.5rem;font-weight:700}.Footer-module__hP-FLq__dot{color:var(--color-primary)}.Footer-module__hP-FLq__tagline{color:var(--color-text-muted);line-height:1.6}.Footer-module__hP-FLq__links{flex-direction:column;gap:.75rem;display:flex}.Footer-module__hP-FLq__links h4{color:var(--color-text-main);margin-bottom:.5rem;font-size:1rem}.Footer-module__hP-FLq__links a{color:var(--color-text-muted);font-size:.9375rem;transition:color .2s}.Footer-module__hP-FLq__links a:hover{color:var(--color-primary)}.Footer-module__hP-FLq__newsletter{flex-direction:column;gap:1rem;display:flex}.Footer-module__hP-FLq__inputGroup{gap:.5rem;display:flex}.Footer-module__hP-FLq__input{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-main);outline:none;width:100%;padding:.5rem 1rem}.Footer-module__hP-FLq__input:focus{border-color:var(--color-primary)}.Footer-module__hP-FLq__bottom{color:var(--color-text-muted);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.Footer-module__hP-FLq__socials{gap:1.5rem;display:flex}.Footer-module__hP-FLq__socialIcon{color:var(--color-text-muted);justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__hP-FLq__socialIcon:hover{color:var(--color-primary);filter:drop-shadow(0 0 8px #00e5ff80);transform:translateY(-2px)}
.Card-module__si82nG__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.Card-module__si82nG__hover:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.Card-module__si82nG__hover:hover:before{opacity:1}.Card-module__si82nG__hover:before{content:"";background:linear-gradient(90deg,transparent,var(--color-primary),transparent);opacity:0;height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Card-module__si82nG__header{margin-bottom:1rem}.Card-module__si82nG__title{color:var(--color-text-main);font-size:1.25rem;font-weight:600}.Card-module__si82nG__content{color:var(--color-text-muted);line-height:1.6}
.Services-module__PKZCHq__header{text-align:center;max-width:600px;margin:0 auto 4rem}.Services-module__PKZCHq__subtitle{color:var(--color-text-muted);margin-top:1rem;font-size:1.125rem}.Services-module__PKZCHq__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.Services-module__PKZCHq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Services-module__PKZCHq__grid{grid-template-columns:repeat(4,1fr)}}.Services-module__PKZCHq__card{background:#ffffff03;border:1px solid #ffffff0d;flex-direction:column;height:100%;padding:2rem;display:flex;border-radius:var(--radius-lg)!important;transition:all .5s cubic-bezier(.16,1,.3,1)!important}.Services-module__PKZCHq__card:hover{background:#ffffff08;transform:translateY(-8px);box-shadow:0 20px 40px #0006;border-color:var(--color-primary-glow)!important}.Services-module__PKZCHq__iconWrapper{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff0d;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:2rem;transition:all .3s;display:flex}.Services-module__PKZCHq__card:hover .Services-module__PKZCHq__iconWrapper{background:var(--color-primary-glow);border-color:var(--color-primary);transform:scale(1.1)rotate(5deg)}
.GTMToolkit-module__y0NyQa__toolkit{padding:var(--section-padding)0;background:linear-gradient(#0000,#00e5ff05,#0000);position:relative}.GTMToolkit-module__y0NyQa__header{text-align:center;max-width:800px;margin:0 auto 4rem}.GTMToolkit-module__y0NyQa__label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.GTMToolkit-module__y0NyQa__title{margin-bottom:1.5rem}.GTMToolkit-module__y0NyQa__subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.GTMToolkit-module__y0NyQa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.GTMToolkit-module__y0NyQa__card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff03;border:1px solid #ffffff0d;flex-direction:column;height:100%;padding:2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.GTMToolkit-module__y0NyQa__card:hover{border-color:var(--color-primary-glow);background:#ffffff08;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.GTMToolkit-module__y0NyQa__cardIcon{border-radius:var(--radius-md);width:3.5rem;height:3.5rem;color:var(--color-primary);background:#ffffff08;border:1px solid #ffffff0d;justify-content:center;align-items:center;margin-bottom:2rem;transition:all .3s;display:flex}.GTMToolkit-module__y0NyQa__card:hover .GTMToolkit-module__y0NyQa__cardIcon{background:var(--color-primary-glow);border-color:var(--color-primary);transform:scale(1.1)rotate(-5deg)}.GTMToolkit-module__y0NyQa__cardTag{text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);margin-bottom:1rem;font-size:.625rem;font-weight:800;display:block}.GTMToolkit-module__y0NyQa__cardTitle{margin-bottom:1rem;font-size:1.5rem}.GTMToolkit-module__y0NyQa__cardDescription{color:var(--color-text-muted);flex-grow:1;margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.GTMToolkit-module__y0NyQa__cardLink{color:var(--color-primary);padding-left:0}.GTMToolkit-module__y0NyQa__cardLink:hover{color:var(--color-text-main);background:0 0}.GTMToolkit-module__y0NyQa__cta{max-width:1000px;margin:0 auto}.GTMToolkit-module__y0NyQa__ctaBox{border-radius:var(--radius-lg);text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(circle at 100% 0,#7c3aed0d,#0000),radial-gradient(circle at 0 100%,#00e5ff0d,#0000),#ffffff03;border:1px solid #ffffff0d;padding:3rem}.GTMToolkit-module__y0NyQa__ctaBox h3{margin-bottom:1rem;font-size:2rem}.GTMToolkit-module__y0NyQa__ctaBox p{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.125rem}@media (max-width:768px){.GTMToolkit-module__y0NyQa__grid{grid-template-columns:1fr}.GTMToolkit-module__y0NyQa__ctaBox{padding:2rem}}
.WhoThisIsFor-module__0y-uYG__header{text-align:center;margin-bottom:4rem}.WhoThisIsFor-module__0y-uYG__subtitle{color:var(--color-text-muted);max-width:600px;margin:1.5rem auto 0;font-size:1.125rem}.WhoThisIsFor-module__0y-uYG__grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.WhoThisIsFor-module__0y-uYG__card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff03;border:1px solid #ffffff0d;padding:3rem;transition:all .5s cubic-bezier(.16,1,.3,1)}.WhoThisIsFor-module__0y-uYG__card:hover{background:#ffffff05;border-color:#ffffff1a;transform:scale(1.02)}.WhoThisIsFor-module__0y-uYG__cardTitle{margin-bottom:2.5rem;font-size:1.5rem}.WhoThisIsFor-module__0y-uYG__list{flex-direction:column;gap:1.5rem;padding:0;list-style:none;display:flex}.WhoThisIsFor-module__0y-uYG__listItem{color:var(--color-text-muted);align-items:flex-start;gap:1rem;font-size:1rem;display:flex}@media (max-width:768px){.WhoThisIsFor-module__0y-uYG__grid{grid-template-columns:1fr}}
.PortfolioSlider-module__cZU_Tq__section{background:var(--color-bg);height:300vh;position:relative}.PortfolioSlider-module__cZU_Tq__sticky{height:100vh;padding:var(--section-padding)0;flex-direction:column;justify-content:center;display:flex;position:sticky;top:0;overflow:hidden}.PortfolioSlider-module__cZU_Tq__header{margin-bottom:4rem}.PortfolioSlider-module__cZU_Tq__label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.PortfolioSlider-module__cZU_Tq__subtitle{color:var(--color-text-muted);max-width:600px;margin-top:1rem;font-size:1.125rem}.PortfolioSlider-module__cZU_Tq__sliderContainer{width:100%;padding-left:calc((100vw - var(--container-width))/2)}.PortfolioSlider-module__cZU_Tq__slider{gap:3rem;padding:2rem 0;display:flex}.PortfolioSlider-module__cZU_Tq__projectCard{border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid #ffffff0d;flex:0 0 600px;height:400px;position:relative;overflow:hidden}.PortfolioSlider-module__cZU_Tq__imageWrapper{border-radius:var(--radius-lg);background:var(--color-surface);width:100%;height:100%;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.PortfolioSlider-module__cZU_Tq__image{object-fit:cover;width:100%;height:100%;transition:transform 1s cubic-bezier(.16,1,.3,1)}.PortfolioSlider-module__cZU_Tq__projectCard:hover .PortfolioSlider-module__cZU_Tq__image{transform:scale(1.1)}.PortfolioSlider-module__cZU_Tq__overlay{opacity:.2;background:linear-gradient(#0000 0%,#000c 100%);transition:all .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.PortfolioSlider-module__cZU_Tq__projectCard:hover .PortfolioSlider-module__cZU_Tq__overlay{opacity:.5}.PortfolioSlider-module__cZU_Tq__cardContent{z-index:10;padding:3rem;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.PortfolioSlider-module__cZU_Tq__projectCard:hover .PortfolioSlider-module__cZU_Tq__cardContent{transform:translateY(0)}.PortfolioSlider-module__cZU_Tq__projectCategory{color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.PortfolioSlider-module__cZU_Tq__projectTitle{color:#fff;margin-bottom:1.5rem;font-size:1.75rem;line-height:1.2}.PortfolioSlider-module__cZU_Tq__viewBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border-color:#fff3}.PortfolioSlider-module__cZU_Tq__viewBtn:hover{color:#000;background:#fff;border-color:#fff}@media (max-width:768px){.PortfolioSlider-module__cZU_Tq__section{height:auto}.PortfolioSlider-module__cZU_Tq__sticky{height:auto;padding-bottom:2rem;position:relative}.PortfolioSlider-module__cZU_Tq__sliderContainer{padding:0 1.5rem;overflow-x:auto}.PortfolioSlider-module__cZU_Tq__slider{flex-direction:column;position:relative!important;transform:none!important}.PortfolioSlider-module__cZU_Tq__projectCard{flex:1 0 auto;width:100%;height:350px}.PortfolioSlider-module__cZU_Tq__projectTitle{font-size:1.25rem}}
.InfiniteMarquee-module__NxMPnq__container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5;background:#0000004d;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;width:100%;padding:2rem 0;position:relative;overflow:hidden}.InfiniteMarquee-module__NxMPnq__scroll{white-space:nowrap;display:flex}.InfiniteMarquee-module__NxMPnq__track{gap:4rem;animation:40s linear infinite InfiniteMarquee-module__NxMPnq__marquee;display:flex}.InfiniteMarquee-module__NxMPnq__item{align-items:center;gap:4rem;display:flex}.InfiniteMarquee-module__NxMPnq__text{font-family:var(--font-heading);color:var(--color-text-muted);letter-spacing:.2em;font-size:1.25rem;font-weight:800;transition:color .3s}.InfiniteMarquee-module__NxMPnq__item:hover .InfiniteMarquee-module__NxMPnq__text{color:var(--color-primary);text-shadow:0 0 15px #00e5ff66}.InfiniteMarquee-module__NxMPnq__dot{color:var(--color-primary);opacity:.5}@keyframes InfiniteMarquee-module__NxMPnq__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.InfiniteMarquee-module__NxMPnq__text{font-size:.875rem}}
.GrowthGrader-module__c84gYq__grader{padding:var(--section-padding)0;position:relative;overflow:hidden}.GrowthGrader-module__c84gYq__containerInner{border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #ffffff14;grid-template-columns:1.2fr .8fr;gap:4rem;padding:4rem;display:grid;position:relative;overflow:hidden}.GrowthGrader-module__c84gYq__content{z-index:2;position:relative}.GrowthGrader-module__c84gYq__badges{gap:.75rem;margin-bottom:2rem;display:flex}.GrowthGrader-module__c84gYq__badge{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;background:#00e5ff1a;border:1px solid #00e5ff33;border-radius:99px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:flex}.GrowthGrader-module__c84gYq__content h2{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem)}.GrowthGrader-module__c84gYq__content p{color:var(--color-text-muted);max-width:500px;margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.GrowthGrader-module__c84gYq__stats{gap:3rem;margin-bottom:3.5rem;display:flex}.GrowthGrader-module__c84gYq__stat{align-items:center;gap:1rem;display:flex}.GrowthGrader-module__c84gYq__statIcon{border-radius:var(--radius-md);width:3rem;height:3rem;color:var(--color-primary);background:#ffffff0d;justify-content:center;align-items:center;display:flex}.GrowthGrader-module__c84gYq__statValue{color:var(--color-text-main);font-size:1.25rem;font-weight:700;line-height:1.2}.GrowthGrader-module__c84gYq__statLabel{color:var(--color-text-muted);font-size:.875rem}.GrowthGrader-module__c84gYq__ctaButton{background:var(--color-primary);color:#000;border-radius:var(--radius-md);padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;box-shadow:0 0 30px #00e5ff4d}.GrowthGrader-module__c84gYq__visual{justify-content:center;align-items:center;display:flex;position:relative}.GrowthGrader-module__c84gYq__glow{filter:blur(60px);background:radial-gradient(circle,#00e5ff33,#0000);width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.GrowthGrader-module__c84gYq__glowSecondary{filter:blur(50px);background:radial-gradient(circle,#7c3aed33,#0000);width:200px;height:200px;position:absolute;bottom:-50px;right:-50px}.GrowthGrader-module__c84gYq__chartMockup{z-index:2;align-items:flex-end;gap:1rem;height:150px;display:flex;position:relative}.GrowthGrader-module__c84gYq__bar{background:linear-gradient(to top,var(--color-primary),transparent);opacity:.6;border-radius:4px 4px 0 0;width:3rem}.GrowthGrader-module__c84gYq__bar1{height:60px;animation:3s infinite alternate GrowthGrader-module__c84gYq__grow}.GrowthGrader-module__c84gYq__bar2{height:120px;animation:3s .5s infinite alternate GrowthGrader-module__c84gYq__grow}.GrowthGrader-module__c84gYq__bar3{height:90px;animation:3s 1s infinite alternate GrowthGrader-module__c84gYq__grow}@keyframes GrowthGrader-module__c84gYq__grow{0%{transform:scaleY(.8)}to{transform:scaleY(1.2)}}@media (max-width:1024px){.GrowthGrader-module__c84gYq__containerInner{grid-template-columns:1fr;gap:2rem;padding:3rem}.GrowthGrader-module__c84gYq__visual{display:none}}
.Starfield-module__HtZFHq__canvas{z-index:0;pointer-events:none;background:radial-gradient(at bottom,#1b2735 0%,#090a0f 100%);width:100vw;height:100vh;position:fixed;top:0;left:0}
.About-module__8aBknG__aboutPage{background-color:var(--color-bg);color:var(--color-text-main)}.About-module__8aBknG__heroSection,.About-module__8aBknG__founderSection,.About-module__8aBknG__timelineSection,.About-module__8aBknG__ctaSection{padding:15rem 0}@media (max-width:768px){.About-module__8aBknG__heroSection,.About-module__8aBknG__founderSection,.About-module__8aBknG__timelineSection,.About-module__8aBknG__ctaSection{padding:8rem 0}}.About-module__8aBknG__heroLayout{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.About-module__8aBknG__kicker{text-transform:uppercase;letter-spacing:.3em;color:var(--color-primary);margin-bottom:2rem;font-size:.8125rem;font-weight:700;display:block}.About-module__8aBknG__headline{letter-spacing:-.04em;margin-bottom:3rem;font-size:clamp(3.5rem,8vw,6rem);line-height:1}.About-module__8aBknG__introPara{color:var(--color-text-muted);max-width:600px;font-size:1.25rem;font-weight:300;line-height:1.8}.About-module__8aBknG__heroVisualSpace{height:100%;position:relative}.About-module__8aBknG__watermarkText{color:#ffffff05;pointer-events:none;letter-spacing:.1em;font-size:15rem;font-weight:900;position:absolute;top:50%;right:-20%;transform:rotate(90deg)translate(-50%)}.About-module__8aBknG__manifestoGrid{grid-template-columns:350px 1fr;gap:8rem;display:grid}.About-module__8aBknG__stickyBio{position:sticky;top:150px}.About-module__8aBknG__headshotContainer{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:2rem;width:200px;height:200px;margin-bottom:2rem;padding:2px}.About-module__8aBknG__headshotInner{background:var(--color-bg);border-radius:2rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.About-module__8aBknG__initials{letter-spacing:-.05em;font-size:3rem;font-weight:800}.About-module__8aBknG__bioName{margin-bottom:.5rem;font-size:2rem}.About-module__8aBknG__bioTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:2rem;font-size:.875rem;font-weight:700}.About-module__8aBknG__bioSocial{color:var(--color-text-muted);gap:1.5rem;display:flex}.About-module__8aBknG__bioSocial a:hover{color:var(--color-primary)}.About-module__8aBknG__manifestoContent{flex-direction:column;gap:10rem;display:flex}.About-module__8aBknG__blockLabel{color:var(--color-text-muted);letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.About-module__8aBknG__blockTitle{margin-bottom:2rem;font-size:3rem}.About-module__8aBknG__manifestoContent p{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.5rem;font-weight:300;line-height:1.6}.About-module__8aBknG__credGrid{gap:1.5rem;display:grid}.About-module__8aBknG__credItem{align-items:center;gap:1.5rem;font-size:1.125rem;display:flex}.About-module__8aBknG__quoteBox{border-left:4px solid var(--color-primary);color:var(--color-text-main);padding-left:3rem;font-size:2.25rem;font-style:italic;font-weight:200;line-height:1.4}.About-module__8aBknG__sectionHeading{text-align:center;margin-bottom:10rem}.About-module__8aBknG__headingSubtitle{color:var(--color-text-muted);margin-top:1rem;font-size:1.25rem}.About-module__8aBknG__timelineWrapper{max-width:1000px;margin:0 auto;position:relative}.About-module__8aBknG__timelineLine{background:linear-gradient(#0000,#ffffff1a 10% 90%,#0000);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.About-module__8aBknG__timelineItem{align-items:center;width:100%;margin-bottom:8rem;display:flex;position:relative}.About-module__8aBknG__timelinePoint{z-index:5;position:absolute;left:50%;transform:translate(-50%)}.About-module__8aBknG__pointInner{background:var(--color-bg);width:60px;height:60px;color:var(--color-primary);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 0 20px #00000080}.About-module__8aBknG__timelineCard{border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #ffffff0d;width:42%;padding:3rem;position:relative}.About-module__8aBknG__timelineCard:hover{border-color:var(--color-primary);background:#00e5ff05}.About-module__8aBknG__itemLeft .About-module__8aBknG__timelineCard{margin-right:auto}.About-module__8aBknG__itemRight .About-module__8aBknG__timelineCard{margin-left:auto}.About-module__8aBknG__stepId{color:var(--color-primary);opacity:.4;letter-spacing:.2em;margin-bottom:1.5rem;font-size:.75rem;font-weight:900;display:block}.About-module__8aBknG__timelineCard h4{margin-bottom:1rem;font-size:1.5rem}.About-module__8aBknG__timelineCard p{color:var(--color-text-muted);line-height:1.6}.About-module__8aBknG__ctaWrapper{text-align:center;border-radius:var(--radius-lg);background:radial-gradient(circle,#00e5ff08,#0000);padding:10rem 0}.About-module__8aBknG__ctaHeadline{margin-bottom:3rem;font-size:4rem;line-height:1.1}@media (max-width:1024px){.About-module__8aBknG__manifestoGrid{grid-template-columns:1fr;gap:5rem}.About-module__8aBknG__heroLayout{grid-template-columns:1fr}.About-module__8aBknG__watermarkText{display:none}.About-module__8aBknG__stickyBio{position:relative;top:0}.About-module__8aBknG__timelineLine,.About-module__8aBknG__timelinePoint{left:30px}.About-module__8aBknG__timelineCard{width:calc(100% - 80px);margin-left:80px!important}}
.AiTools-module__3yBcSa__hero{padding:calc(var(--section-padding) + 2rem)0 6rem;text-align:center;background:radial-gradient(circle at top,#00e5ff0d,#0000 70%);position:relative;overflow:hidden}.AiTools-module__3yBcSa__title{margin-bottom:2rem}.AiTools-module__3yBcSa__subtitle{color:var(--color-text-muted);max-width:700px;margin:0 auto;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6}.AiTools-module__3yBcSa__demoSection{margin-bottom:var(--section-padding)}.AiTools-module__3yBcSa__featureGrid{margin-top:var(--section-padding);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.AiTools-module__3yBcSa__featureCard{border-radius:var(--radius-lg);background:#ffffff03;border:1px solid #ffffff0d;padding:3rem;transition:all .5s cubic-bezier(.16,1,.3,1)}.AiTools-module__3yBcSa__featureCard:hover{border-color:var(--color-primary-glow);background:#ffffff05;transform:translateY(-8px)}.AiTools-module__3yBcSa__icon{width:3rem;height:3rem;color:var(--color-primary);border-radius:var(--radius-md);background:#ffffff08;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.AiTools-module__3yBcSa__visualWrapper{aspect-ratio:16/9;border-radius:var(--radius-lg);background:radial-gradient(circle,#7c3aed1a,#0000 70%),#ffffff03;border:1px solid #ffffff0d;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.AiTools-module__3yBcSa__visualGlow{background:radial-gradient(circle,var(--color-primary-glow),transparent 70%);filter:blur(60px);opacity:.3;width:60%;height:60%;animation:4s infinite alternate AiTools-module__3yBcSa__pulse;position:absolute}@keyframes AiTools-module__3yBcSa__pulse{0%{opacity:.2;transform:scale(.9)}to{opacity:.4;transform:scale(1.1)}}@media (max-width:768px){.AiTools-module__3yBcSa__featureGrid{grid-template-columns:1fr}}
.Blog-module__jW6Nga__blogPage{background-color:var(--color-bg);min-height:100vh}.Blog-module__jW6Nga__header{text-align:center;max-width:800px;margin:0 auto;padding:12rem 0 6rem}.Blog-module__jW6Nga__kicker{text-transform:uppercase;letter-spacing:.3em;color:var(--color-primary);margin-bottom:2rem;font-size:.8125rem;font-weight:700;display:block}.Blog-module__jW6Nga__pageTitle{margin-bottom:2.5rem;font-size:clamp(3.5rem,8vw,5rem);line-height:1.1}.Blog-module__jW6Nga__pageSubtitle{color:var(--color-text-muted);font-size:1.25rem;font-weight:300;line-height:1.8}.Blog-module__jW6Nga__feedWrapper{padding-bottom:15rem}.Blog-module__jW6Nga__featuredEntry{border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #ffffff0d;grid-template-columns:1.2fr .8fr;min-height:600px;margin-bottom:8rem;display:grid;overflow:hidden}.Blog-module__jW6Nga__featuredImage{position:relative;overflow:hidden}.Blog-module__jW6Nga__featuredImage img{object-fit:cover;width:100%;height:100%}.Blog-module__jW6Nga__featuredContent{flex-direction:column;justify-content:center;padding:5rem;display:flex}.Blog-module__jW6Nga__featuredLabel{color:var(--color-primary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:2rem;font-size:.75rem;font-weight:800}.Blog-module__jW6Nga__featuredTitle{margin-bottom:2rem;font-size:3rem;line-height:1.2}.Blog-module__jW6Nga__featuredDesc{color:var(--color-text-muted);max-width:500px;margin-bottom:3rem;font-size:1.125rem;line-height:1.7}.Blog-module__jW6Nga__metaLine{color:var(--color-text-muted);gap:2rem;margin-bottom:4rem;font-size:.875rem;display:flex}.Blog-module__jW6Nga__metaItem{align-items:center;gap:.5rem;display:flex}.Blog-module__jW6Nga__masonryGrid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:4rem;display:grid}.Blog-module__jW6Nga__blogCard{border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #ffffff0d;flex-direction:column;transition:all .4s;display:flex;overflow:hidden}.Blog-module__jW6Nga__blogCard:hover{border-color:var(--color-primary);transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.Blog-module__jW6Nga__blogCard.Blog-module__jW6Nga__wide{grid-column:span 2}.Blog-module__jW6Nga__cardThumb{height:300px;overflow:hidden}.Blog-module__jW6Nga__cardThumb img{object-fit:cover;width:100%;height:100%}.Blog-module__jW6Nga__cardBody{flex-direction:column;flex:1;padding:3rem;display:flex}.Blog-module__jW6Nga__cardHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Blog-module__jW6Nga__tag{text-transform:uppercase;color:var(--color-primary);align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:flex}.Blog-module__jW6Nga__date{color:var(--color-text-muted);font-size:.75rem}.Blog-module__jW6Nga__cardTitle{margin-bottom:1.5rem;font-size:1.75rem;line-height:1.3}.Blog-module__jW6Nga__cardDesc{color:var(--color-text-muted);flex:1;margin-bottom:2.5rem;font-size:.9375rem;line-height:1.7}.Blog-module__jW6Nga__ghostLink{color:var(--color-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:0;font-weight:700;display:flex}.Blog-module__jW6Nga__skeletonContainer{padding-bottom:10rem}.Blog-module__jW6Nga__featuredSkeleton{border-radius:var(--radius-lg);background:#ffffff08;height:600px;margin-bottom:8rem;animation:2s infinite Blog-module__jW6Nga__pulse}.Blog-module__jW6Nga__cardSkeleton{border-radius:var(--radius-lg);background:#ffffff08;height:500px;animation:2s infinite Blog-module__jW6Nga__pulse}@keyframes Blog-module__jW6Nga__pulse{0%{opacity:.5}50%{opacity:.2}to{opacity:.5}}@media (max-width:1024px){.Blog-module__jW6Nga__featuredEntry{grid-template-columns:1fr}.Blog-module__jW6Nga__blogCard.Blog-module__jW6Nga__wide{grid-column:span 1}}@media (max-width:768px){.Blog-module__jW6Nga__featuredContent{padding:3rem}.Blog-module__jW6Nga__masonryGrid{grid-template-columns:1fr}}
.Contact-module__J3q-aa__pageWrapper{background:#000;min-height:100vh;position:relative;overflow-x:hidden}.Contact-module__J3q-aa__container{padding:calc(var(--section-padding) + 4rem)0 var(--section-padding);z-index:10;max-width:1000px;margin:0 auto;position:relative}.Contact-module__J3q-aa__card{-webkit-backdrop-filter:blur(40px);background:#ffffff03;border:1px solid #ffffff0d;border-radius:2.5rem;padding:4rem;position:relative;overflow:hidden;box-shadow:0 40px 100px #0009}.Contact-module__J3q-aa__glowPrimary{pointer-events:none;background:radial-gradient(circle,#00e5ff1a,#0000 70%);width:50%;height:50%;position:absolute;top:-10%;right:-10%}.Contact-module__J3q-aa__glowSecondary{pointer-events:none;background:radial-gradient(circle,#7c3aed1a,#0000 70%);width:50%;height:50%;position:absolute;bottom:-10%;left:-10%}.Contact-module__J3q-aa__header{text-align:center;margin-bottom:4rem}.Contact-module__J3q-aa__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.Contact-module__J3q-aa__subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.Contact-module__J3q-aa__formGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.Contact-module__J3q-aa__fullWidth{grid-column:span 2}.Contact-module__J3q-aa__fieldGroup{flex-direction:column;gap:.75rem;display:flex}.Contact-module__J3q-aa__label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);padding-left:.5rem;font-size:.75rem;font-weight:700}.Contact-module__J3q-aa__input,.Contact-module__J3q-aa__select,.Contact-module__J3q-aa__textarea{color:#fff;background:#ffffff05;border:1px solid #ffffff14;border-radius:1rem;width:100%;padding:1.25rem 1.5rem;font-size:1rem;transition:all .3s}.Contact-module__J3q-aa__input:focus,.Contact-module__J3q-aa__select:focus,.Contact-module__J3q-aa__textarea:focus{border-color:var(--color-primary);background:#ffffff0a;outline:none;box-shadow:0 0 20px #00e5ff1a}.Contact-module__J3q-aa__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1.5rem center;background-repeat:no-repeat;background-size:1rem}.Contact-module__J3q-aa__goalGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.Contact-module__J3q-aa__goalButton{color:var(--color-text-muted);background:#ffffff05;border:1px solid #ffffff14;border-radius:1rem;padding:1rem;font-size:.875rem;font-weight:600;transition:all .3s}.Contact-module__J3q-aa__goalButtonActive{border-color:var(--color-primary);color:var(--color-primary);background:#00e5ff1a;box-shadow:0 0 15px #00e5ff33}.Contact-module__J3q-aa__submitButton{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;cursor:pointer;border:none;border-radius:1.25rem;height:4rem;margin-top:2rem;font-size:1.25rem;font-weight:700;transition:all .3s;box-shadow:0 20px 40px #00e5ff4d}.Contact-module__J3q-aa__submitButton:hover{transform:translateY(-2px);box-shadow:0 25px 50px #00e5ff66}.Contact-module__J3q-aa__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.Contact-module__J3q-aa__successState{text-align:center;padding:4rem 0}.Contact-module__J3q-aa__successIcon{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto 2rem;display:flex}@media (max-width:768px){.Contact-module__J3q-aa__card{border-radius:1.5rem;padding:2.5rem 1.5rem}.Contact-module__J3q-aa__formGrid{grid-template-columns:1fr;gap:1.5rem}.Contact-module__J3q-aa__fullWidth{grid-column:span 1}.Contact-module__J3q-aa__goalGrid{grid-template-columns:repeat(2,1fr)}}
.Portfolio-module__waoPaG__hero{padding:calc(var(--section-padding) + 2rem)0 4rem;text-align:center;background:radial-gradient(circle at top,#00e5ff0d,#0000 70%);position:relative;overflow:hidden}.Portfolio-module__waoPaG__title{margin-bottom:2rem}.Portfolio-module__waoPaG__subtitle{color:var(--color-text-muted);max-width:700px;margin:0 auto;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6}.Portfolio-module__waoPaG__grid{padding-bottom:var(--section-padding);grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:3rem;display:grid}.Portfolio-module__waoPaG__card{border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);aspect-ratio:4/3;flex-direction:column;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Portfolio-module__waoPaG__card:hover{border-color:var(--color-primary-glow);transform:translateY(-8px);box-shadow:0 20px 40px #0006}.Portfolio-module__waoPaG__imageWrapper{width:100%;height:100%;position:relative;overflow:hidden}.Portfolio-module__waoPaG__image{object-fit:cover;width:100%;height:100%;transition:transform 1s cubic-bezier(.16,1,.3,1)}.Portfolio-module__waoPaG__card:hover .Portfolio-module__waoPaG__image{transform:scale(1.1)}.Portfolio-module__waoPaG__overlay{opacity:.8;background:linear-gradient(#0000 40%,#000000e6 100%);transition:opacity .4s;position:absolute;inset:0}.Portfolio-module__waoPaG__content{z-index:10;padding:2.5rem;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.Portfolio-module__waoPaG__card:hover .Portfolio-module__waoPaG__content{transform:translateY(0)}.Portfolio-module__waoPaG__tag{color:var(--color-primary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.75rem;font-size:.75rem;font-weight:800;display:inline-block}.Portfolio-module__waoPaG__cardTitle{color:#fff;margin-bottom:1rem;font-size:1.75rem;line-height:1.2}.Portfolio-module__waoPaG__description{color:var(--color-text-muted);opacity:0;height:0;margin-bottom:2rem;font-size:.9375rem;transition:all .4s;overflow:hidden}.Portfolio-module__waoPaG__card:hover .Portfolio-module__waoPaG__description{opacity:1;height:auto;margin-top:.5rem}@media (max-width:768px){.Portfolio-module__waoPaG__grid{grid-template-columns:1fr}.Portfolio-module__waoPaG__card{aspect-ratio:16/10}}
.Services-module__A_tMzG__hero{padding:calc(var(--section-padding) + 2rem)0 4rem;text-align:center;background:radial-gradient(circle at top,#7c3aed0d,#0000 70%);position:relative;overflow:hidden}.Services-module__A_tMzG__title{margin-bottom:2rem}.Services-module__A_tMzG__subtitle{color:var(--color-text-muted);max-width:700px;margin:0 auto;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6}.Services-module__A_tMzG__grid{padding-bottom:var(--section-padding);grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;display:grid}.Services-module__A_tMzG__card{border-radius:var(--radius-lg);background:#ffffff03;border:1px solid #ffffff0d;flex-direction:column;height:100%;padding:3rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Services-module__A_tMzG__card:hover{border-color:var(--color-primary-glow);background:#ffffff05;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.Services-module__A_tMzG__cardGlow{opacity:0;pointer-events:none;background:radial-gradient(circle,#00e5ff08,#0000 70%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.Services-module__A_tMzG__card:hover .Services-module__A_tMzG__cardGlow{opacity:1}.Services-module__A_tMzG__iconWrapper{border-radius:var(--radius-md);width:4rem;height:4rem;color:var(--color-primary);background:#ffffff08;border:1px solid #ffffff0d;justify-content:center;align-items:center;margin-bottom:2.5rem;transition:all .5s;display:flex}.Services-module__A_tMzG__card:hover .Services-module__A_tMzG__iconWrapper{background:var(--color-primary-glow);border-color:var(--color-primary);transform:scale(1.1)rotate(5deg)}.Services-module__A_tMzG__price{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__A_tMzG__features{flex-direction:column;flex-grow:1;gap:1rem;margin:2rem 0;padding:0;list-style:none;display:flex}.Services-module__A_tMzG__feature{color:var(--color-text-muted);align-items:flex-start;gap:1rem;font-size:.9375rem;display:flex}.Services-module__A_tMzG__ctaSection{margin-top:var(--section-padding);border-radius:var(--radius-lg);text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(circle,#7c3aed1a,#0000 100%),#ffffff03;border:1px solid #ffffff0d;padding:6rem}@media (max-width:768px){.Services-module__A_tMzG__grid{grid-template-columns:1fr}.Services-module__A_tMzG__ctaSection{padding:3rem 1.5rem}}
