.Cursor-module__IckhyW__dot{background:var(--color-primary);pointer-events:none;z-index:9999;mix-blend-mode:difference;border-radius:50%;width:8px;height:8px;position:fixed;transform:translate(-50%,-50%)}.Cursor-module__IckhyW__ring{pointer-events:none;z-index:9998;border:1.5px solid #b6a0ff99;border-radius:50%;width:40px;height:40px;transition:width .3s,height .3s,border-color .3s,background .3s;position:fixed;transform:translate(-50%,-50%)}.Cursor-module__IckhyW__ring.Cursor-module__IckhyW__hovering{border-color:var(--color-primary);background:#b6a0ff0d;width:64px;height:64px}@media (max-width:767px){.Cursor-module__IckhyW__dot,.Cursor-module__IckhyW__ring{display:none}}
.Navbar-module__dVeNwG__nav{z-index:50;-webkit-backdrop-filter:blur(24px);background:#26262666;width:100%;transition:background .4s,box-shadow .4s;position:fixed;top:0;box-shadow:0 20px 40px -10px #00000080}.Navbar-module__dVeNwG__nav.Navbar-module__dVeNwG__scrolled{background:#0e0e0ee0;box-shadow:0 4px 40px #0009}.Navbar-module__dVeNwG__inner{justify-content:space-between;align-items:center;max-width:100%;padding:1rem 2rem;display:flex}.Navbar-module__dVeNwG__logo{letter-spacing:-.05em;color:#fff;text-transform:uppercase;font-size:1.5rem;font-weight:900;font-family:var(--font-manrope), sans-serif;text-decoration:none}.Navbar-module__dVeNwG__links{align-items:center;gap:2.5rem;display:none}@media (min-width:768px){.Navbar-module__dVeNwG__links{display:flex}}.Navbar-module__dVeNwG__navLink{font-family:var(--font-manrope), sans-serif;letter-spacing:-.02em;text-transform:uppercase;color:#ffffffb3;font-size:.875rem;text-decoration:none;transition:color .3s;display:inline-block;position:relative}.Navbar-module__dVeNwG__navLink:after{content:"";background:var(--color-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__dVeNwG__navLink:hover{color:#fff}.Navbar-module__dVeNwG__navLink:hover:after{width:100%}.Navbar-module__dVeNwG__cta{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dim));color:var(--color-on-primary);font-weight:700;font-family:var(--font-manrope), sans-serif;text-transform:uppercase;border-radius:999px;align-items:center;padding:.625rem 1.75rem;font-size:.875rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.Navbar-module__dVeNwG__cta:hover{transform:scale(1.05);box-shadow:0 10px 30px #b6a0ff4d}
.Hero-module__PgAKtG__section{flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}@media (min-width:1024px){.Hero-module__PgAKtG__section{padding:6rem 6rem 4rem}}.Hero-module__PgAKtG__inner{grid-template-columns:1fr;align-items:center;gap:4rem;width:100%;max-width:72rem;margin:0 auto;display:grid}@media (min-width:1024px){.Hero-module__PgAKtG__inner{grid-template-columns:1fr 1fr}}.Hero-module__PgAKtG__orb{pointer-events:none;filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.Hero-module__PgAKtG__orb1{background:radial-gradient(circle,#b6a0ff4d,#0000 70%);width:600px;height:600px;top:-200px;right:-100px}.Hero-module__PgAKtG__orb2{background:radial-gradient(circle,#00e3fd33,#0000 70%);width:400px;height:400px;bottom:-100px;left:-50px}.Hero-module__PgAKtG__content{z-index:10;flex-direction:column;gap:2rem;display:flex;position:relative}.Hero-module__PgAKtG__badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;background:#26262666;border:1px solid #48484726;border-radius:999px;align-items:center;width:fit-content;padding:.375rem 1rem;display:inline-flex}.Hero-module__PgAKtG__badge span{color:var(--color-secondary);letter-spacing:.15em;text-transform:uppercase;font-size:.75rem;font-weight:700;font-family:var(--font-inter), sans-serif}.Hero-module__PgAKtG__heading{font-family:var(--font-manrope), sans-serif;letter-spacing:-.04em;font-size:clamp(3.5rem,8vw,6rem);font-weight:800;line-height:1}.Hero-module__PgAKtG__nameHighlight{color:var(--color-primary);display:block}.Hero-module__PgAKtG__subtext{color:var(--color-on-surface-variant);max-width:36rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.Hero-module__PgAKtG__cta{flex-wrap:wrap;gap:1.5rem;padding-top:1rem;display:flex}.Hero-module__PgAKtG__btnPrimary{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dim));color:var(--color-on-primary);font-weight:700;font-family:var(--font-manrope), sans-serif;border-radius:999px;align-items:center;padding:1rem 2.5rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.Hero-module__PgAKtG__btnPrimary:hover{transform:scale(1.05);box-shadow:0 20px 40px #b6a0ff4d}.Hero-module__PgAKtG__btnGhost{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--color-on-surface);background:#26262666;border:1px solid #48484733;border-radius:999px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:border-color .3s,transform .3s;display:inline-flex}.Hero-module__PgAKtG__btnGhost:hover{border-color:#b6a0ff66;transform:scale(1.02)}.Hero-module__PgAKtG__btnGhost .Hero-module__PgAKtG__material-symbols-outlined{transition:transform .3s}.Hero-module__PgAKtG__btnGhost:hover .Hero-module__PgAKtG__material-symbols-outlined{transform:translate(4px)}.Hero-module__PgAKtG__imageWrap{display:none;position:relative}@media (min-width:1024px){.Hero-module__PgAKtG__imageWrap{display:block}}.Hero-module__PgAKtG__imageGlow{filter:blur(120px);background:#b6a0ff33;border-radius:50%;position:absolute;inset:0}.Hero-module__PgAKtG__imageCard{z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#26262666;border:1px solid #48484733;border-radius:1.5rem;padding:1rem;position:relative;overflow:hidden;box-shadow:0 0 60px #00000080}.Hero-module__PgAKtG__profileImage{filter:grayscale();border-radius:1rem;width:100%;height:auto;transition:filter .7s;display:block}.Hero-module__PgAKtG__imageCard:hover .Hero-module__PgAKtG__profileImage{filter:grayscale(0)}.Hero-module__PgAKtG__quoteCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#26262666;border:1px solid #48484733;border-radius:1rem;max-width:200px;padding:1.5rem;position:absolute;bottom:-2rem;left:-2rem;box-shadow:0 10px 40px #0006}.Hero-module__PgAKtG__quoteCard p:first-child{letter-spacing:.2em;text-transform:uppercase;color:var(--color-on-surface-variant);margin-bottom:.5rem;font-size:.625rem}.Hero-module__PgAKtG__quoteCard p:last-child{color:var(--color-primary);font-size:.875rem;font-style:italic;font-weight:700;line-height:1.4}
.Metrics-module__7JPJja__section{background-color:var(--color-surface-container-low);padding:8rem 2rem;position:relative;overflow:hidden}.Metrics-module__7JPJja__orb{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.Metrics-module__7JPJja__orb1{background:#b6a0ff33;width:16rem;height:16rem;top:-6rem;left:-6rem}.Metrics-module__7JPJja__orb2{background:#00e3fd26;width:20rem;height:20rem;bottom:-6rem;right:-6rem}.Metrics-module__7JPJja__grid{z-index:10;grid-template-columns:1fr;gap:2rem;max-width:88rem;margin:0 auto;display:grid;position:relative}@media (min-width:768px){.Metrics-module__7JPJja__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.Metrics-module__7JPJja__grid{grid-template-columns:repeat(4,1fr)}}.Metrics-module__7JPJja__card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:1rem;padding:2.5rem;transition:border-color .5s,transform .4s;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.Metrics-module__7JPJja__card:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff0d,#0000);transition:opacity .4s;position:absolute;inset:0}.Metrics-module__7JPJja__card:hover{border-color:#fff3;transform:translateY(-4px)}.Metrics-module__7JPJja__card:hover:before{opacity:1}.Metrics-module__7JPJja__cardIcon{z-index:1;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex;position:relative}.Metrics-module__7JPJja__bar{border-radius:999px;flex-shrink:0;width:6px;height:24px}.Metrics-module__7JPJja__symbol{opacity:.8;font-size:1.5rem}.Metrics-module__7JPJja__primary{color:var(--color-primary);background:var(--color-primary)}.Metrics-module__7JPJja__secondary{color:var(--color-secondary);background:var(--color-secondary)}.Metrics-module__7JPJja__cardIcon .Metrics-module__7JPJja__bar.Metrics-module__7JPJja__primary{background:var(--color-primary)}.Metrics-module__7JPJja__cardIcon .Metrics-module__7JPJja__bar.Metrics-module__7JPJja__secondary{background:var(--color-secondary)}.Metrics-module__7JPJja__cardIcon .Metrics-module__7JPJja__symbol.Metrics-module__7JPJja__primary{color:var(--color-primary)}.Metrics-module__7JPJja__cardIcon .Metrics-module__7JPJja__symbol.Metrics-module__7JPJja__secondary{color:var(--color-secondary)}.Metrics-module__7JPJja__number{font-family:var(--font-manrope), sans-serif;letter-spacing:-.04em;color:#fff;z-index:1;transform-origin:0;margin-bottom:.75rem;font-size:clamp(3rem,6vw,4rem);font-weight:800;transition:transform .3s;position:relative}.Metrics-module__7JPJja__card:hover .Metrics-module__7JPJja__number{transform:scale(1.05)}.Metrics-module__7JPJja__label{letter-spacing:.25em;text-transform:uppercase;color:#adaaaacc;z-index:1;font-size:.625rem;font-weight:700;position:relative}
.Services-module__hmdBJW__section{padding:8rem 2rem;position:relative}.Services-module__hmdBJW__inner{max-width:88rem;margin:0 auto}.Services-module__hmdBJW__header{flex-direction:column;gap:1rem;margin-bottom:5rem;display:flex}.Services-module__hmdBJW__header h2{font-family:var(--font-manrope), sans-serif;letter-spacing:-.03em;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.Services-module__hmdBJW__divider{background:linear-gradient(90deg, var(--color-primary), transparent);border-radius:999px;width:6rem;height:3px}.Services-module__hmdBJW__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Services-module__hmdBJW__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.Services-module__hmdBJW__grid{grid-template-columns:repeat(3,1fr)}}.Services-module__hmdBJW__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#26262666;border:1px solid #4848471a;border-radius:1.5rem;padding:2.5rem;transition:border-color .4s,transform .4s,box-shadow .4s;position:relative;overflow:hidden}.Services-module__hmdBJW__card:after{content:"";background:linear-gradient(90deg, var(--color-primary), var(--color-secondary));transform-origin:0;height:2px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.Services-module__hmdBJW__card:hover{border-color:#b6a0ff4d;transform:translateY(-6px);box-shadow:0 20px 60px #b6a0ff1a}.Services-module__hmdBJW__card:hover:after{transform:scaleX(1)}.Services-module__hmdBJW__iconWrap{background:var(--color-surface-container-highest);border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:2rem;transition:background .3s;display:flex}.Services-module__hmdBJW__iconWrap .Services-module__hmdBJW__material-symbols-outlined{color:var(--color-primary);transition:color .3s}.Services-module__hmdBJW__card:hover .Services-module__hmdBJW__iconWrap{background:var(--color-primary)}.Services-module__hmdBJW__card:hover .Services-module__hmdBJW__iconWrap .Services-module__hmdBJW__material-symbols-outlined{color:var(--color-on-primary)}.Services-module__hmdBJW__card h3{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Services-module__hmdBJW__card p{color:var(--color-on-surface-variant);line-height:1.7}
.Projects-module__HGIySG__section{background-color:var(--color-surface-container-low);padding:8rem 2rem}.Projects-module__HGIySG__inner{max-width:88rem;margin:0 auto}.Projects-module__HGIySG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:5rem;display:flex}.Projects-module__HGIySG__headerLeft{flex-direction:column;gap:1rem;display:flex}.Projects-module__HGIySG__headerLeft h2{font-family:var(--font-manrope), sans-serif;letter-spacing:-.03em;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.Projects-module__HGIySG__divider{background:linear-gradient(90deg, var(--color-primary), transparent);border-radius:999px;width:6rem;height:3px}.Projects-module__HGIySG__headerRight{letter-spacing:.2em;text-transform:uppercase;color:var(--color-on-surface-variant);font-size:.75rem;display:none}@media (min-width:768px){.Projects-module__HGIySG__headerRight{display:block}}.Projects-module__HGIySG__grid{grid-template-columns:1fr;grid-auto-rows:320px;gap:2rem;display:grid}@media (min-width:768px){.Projects-module__HGIySG__grid{grid-template-columns:repeat(12,1fr)}.Projects-module__HGIySG__large{grid-area:span 2/span 8}.Projects-module__HGIySG__small{grid-area:span 1/span 4}}.Projects-module__HGIySG__item{border-radius:1.5rem;position:relative;overflow:hidden}.Projects-module__HGIySG__img{object-fit:cover;transition:transform .7s!important}.Projects-module__HGIySG__item:hover .Projects-module__HGIySG__img{transform:scale(1.08)!important}.Projects-module__HGIySG__overlay{z-index:1;background:linear-gradient(#0000 0%,#0000004d 50%,#000000e6 100%);position:absolute;inset:0}.Projects-module__HGIySG__contentLarge{z-index:2;padding:3rem;position:absolute;bottom:0;left:0;right:0}.Projects-module__HGIySG__contentSmall{z-index:2;padding:2rem;position:absolute;bottom:0;left:0;right:0}.Projects-module__HGIySG__tag{letter-spacing:.2em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.5rem;font-size:.625rem;font-weight:700;display:block}.Projects-module__HGIySG__titleLarge{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.Projects-module__HGIySG__titleSmall{font-size:1.25rem;font-weight:700}.Projects-module__HGIySG__desc{color:var(--color-on-surface-variant);max-width:32rem;margin-bottom:1.5rem;line-height:1.6}.Projects-module__HGIySG__link{color:var(--color-primary);align-items:center;gap:.5rem;font-weight:700;text-decoration:none;display:inline-flex}.Projects-module__HGIySG__link .Projects-module__HGIySG__material-symbols-outlined{font-size:1rem;transition:transform .3s}.Projects-module__HGIySG__link:hover .Projects-module__HGIySG__material-symbols-outlined{transform:translate(2px,-2px)}
.Testimonials-module__3Z1FKa__section{padding:8rem 2rem;position:relative;overflow:hidden}.Testimonials-module__3Z1FKa__inner{text-align:center;max-width:56rem;margin:0 auto;position:relative}.Testimonials-module__3Z1FKa__quoteIcon{color:var(--color-primary);opacity:.08;pointer-events:none;font-size:8rem;position:absolute;top:-3rem;left:0}.Testimonials-module__3Z1FKa__quote{font-family:var(--font-manrope), sans-serif;margin-bottom:3rem;font-size:clamp(1.25rem,3vw,2rem);font-style:italic;line-height:1.5;list-style:none}.Testimonials-module__3Z1FKa__author{flex-direction:column;align-items:center;gap:1rem;display:flex}.Testimonials-module__3Z1FKa__avatar{border:2px solid var(--color-primary);border-radius:50%;flex-shrink:0;width:4rem;height:4rem;overflow:hidden}.Testimonials-module__3Z1FKa__avatarImg{object-fit:cover;width:100%;height:100%}.Testimonials-module__3Z1FKa__name{font-size:1.125rem;font-weight:700}.Testimonials-module__3Z1FKa__role{letter-spacing:.2em;text-transform:uppercase;color:var(--color-on-surface-variant);font-size:.625rem}
.Contact-module__dhIxzq__section{background-color:var(--color-surface-container-low);padding:8rem 2rem;position:relative;overflow:hidden}.Contact-module__dhIxzq__inner{max-width:88rem;margin:0 auto}.Contact-module__dhIxzq__grid{grid-template-columns:1fr;gap:6rem;display:grid}@media (min-width:1024px){.Contact-module__dhIxzq__grid{grid-template-columns:1fr 1fr}}.Contact-module__dhIxzq__info{flex-direction:column;gap:3rem;display:flex}.Contact-module__dhIxzq__heading{font-family:var(--font-manrope), sans-serif;letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.Contact-module__dhIxzq__highlight{color:var(--color-primary)}.Contact-module__dhIxzq__sub{color:var(--color-on-surface-variant);font-size:1.125rem;line-height:1.6}.Contact-module__dhIxzq__details{flex-direction:column;gap:2rem;display:flex}.Contact-module__dhIxzq__detail{align-items:center;gap:1.5rem;display:flex}.Contact-module__dhIxzq__detailIcon{background:var(--color-surface-container-highest);width:3rem;height:3rem;color:var(--color-primary);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__dhIxzq__detail p:first-child{letter-spacing:.2em;text-transform:uppercase;color:var(--color-on-surface-variant);margin-bottom:.25rem;font-size:.625rem}.Contact-module__dhIxzq__detail p:last-child{font-size:1.125rem;font-weight:700}.Contact-module__dhIxzq__formCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#26262666;border:1px solid #48484726;border-radius:1.5rem;padding:2.5rem}.Contact-module__dhIxzq__form{flex-direction:column;gap:2rem;display:flex}.Contact-module__dhIxzq__formRow{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Contact-module__dhIxzq__formRow{grid-template-columns:1fr 1fr}}.Contact-module__dhIxzq__formGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__dhIxzq__label{letter-spacing:.2em;text-transform:uppercase;color:var(--color-on-surface-variant);font-size:.625rem;font-weight:700;transition:color .3s}.Contact-module__dhIxzq__input,.Contact-module__dhIxzq__select,.Contact-module__dhIxzq__textarea{color:#fff;width:100%;font-family:var(--font-inter), sans-serif;background:#00000080;border:1px solid #4848474d;border-radius:.75rem;outline:none;padding:1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.Contact-module__dhIxzq__input:focus,.Contact-module__dhIxzq__select:focus,.Contact-module__dhIxzq__textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #b6a0ff26}.Contact-module__dhIxzq__select{appearance:none}.Contact-module__dhIxzq__textarea{resize:vertical;min-height:100px}.Contact-module__dhIxzq__input::placeholder,.Contact-module__dhIxzq__textarea::placeholder{color:#adaaaa66}.Contact-module__dhIxzq__submit{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dim));width:100%;color:var(--color-on-primary);font-family:var(--font-manrope), sans-serif;text-transform:uppercase;letter-spacing:.2em;border:none;border-radius:999px;padding:1.25rem;font-size:1.125rem;font-weight:900;transition:transform .3s,box-shadow .3s}.Contact-module__dhIxzq__submit:hover{transform:scale(1.02);box-shadow:0 20px 60px #b6a0ff40}.Contact-module__dhIxzq__submit:active{transform:scale(.98)}
.Footer-module__rnk_JG__footer{background:var(--color-background);border-top:1px solid #4848470d;padding:4rem 2rem}.Footer-module__rnk_JG__inner{flex-direction:column;align-items:center;gap:2rem;max-width:88rem;margin:0 auto;display:flex}@media (min-width:768px){.Footer-module__rnk_JG__inner{flex-direction:row;justify-content:space-between}}.Footer-module__rnk_JG__brand{text-align:center}@media (min-width:768px){.Footer-module__rnk_JG__brand{text-align:left}}.Footer-module__rnk_JG__logo{color:#fff;text-transform:uppercase;font-size:1.125rem;font-weight:700;font-family:var(--font-manrope), sans-serif;margin-bottom:.5rem}.Footer-module__rnk_JG__copy{letter-spacing:.2em;text-transform:uppercase;color:var(--color-on-surface-variant);font-size:.625rem}.Footer-module__rnk_JG__links{gap:2rem;display:flex}.Footer-module__rnk_JG__link{letter-spacing:.2em;text-transform:uppercase;color:var(--color-on-surface-variant);font-size:.625rem;text-decoration:none;transition:color .3s}.Footer-module__rnk_JG__link:hover{color:var(--color-primary)}
