.footer{background-color:var(--color-black);width:100%;color:var(--color-white);position:relative;overflow:hidden}.footer__container{border-left:var(--border-dark);border-right:var(--border-dark);margin:0 32px;position:relative}.footer__content{z-index:2;flex-direction:column;display:flex;position:relative}.footer:before{content:"";z-index:1;background-image:url(/assets/images/texture.svg);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.footer__grid{border-bottom:var(--border-dark);justify-content:space-between;display:flex}.footer__availability{flex-direction:column;justify-content:space-between;width:100%;padding:32px;display:flex}.footer__status{color:var(--color-light-secondary);align-items:center;gap:12px;font-size:12px;display:flex}.footer__status-indicator{background-color:var(--color-green);width:8px;height:8px;box-shadow:var(--box-shadow-glow-green);border-radius:50%;animation:2s ease-in-out infinite pulse-glow}.footer__section{border-left:var(--border-dark);flex-direction:column;width:40%;display:flex}.footer__title{color:var(--color-white);padding:32px;font-size:20px;font-weight:600}.footer__nav{flex-direction:column;gap:8px;padding:0 32px;display:flex}.footer__link{color:var(--color-dark-secondary);font-size:12px;text-decoration:none;transition:color .2s}.footer__link:hover{color:var(--color-light-secondary)}.footer__contact{flex-direction:column;display:flex}.footer__contact-group,.footer__contact-details{flex-direction:column;gap:12px;display:flex}.footer__contact-details{gap:16px;padding:0 32px 32px}.footer__label{color:var(--color-white);font-size:12px;font-weight:600}.footer__email,.footer__location{color:var(--color-light-secondary);align-items:center;gap:12px;margin-bottom:4px;font-size:12px;text-decoration:none;transition:color .2s;display:flex}.footer__email:hover{color:var(--color-white)}.footer__back-to-top{color:var(--color-dark-secondary);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;transition:color .2s}.footer__back-to-top:hover{color:var(--color-light-secondary)}.footer__social{justify-content:space-around;display:flex}.footer__social-link{border-right:var(--border-dark);flex:1;justify-content:center;align-items:center;width:100%;padding:32px;transition:background-color .2s;display:flex}.footer__social-link:last-child{border-right:none}.footer__social-link:hover{background-color:var(--color-gray-dark)}.footer__bottom{color:var(--color-dark-secondary);border-bottom:var(--border-dark);border-top:var(--border-dark);justify-content:space-between;align-items:center;margin:16px 0;padding:16px 32px;font-size:14px;display:flex}.footer__copyright{margin:0}.footer__legal{align-items:center;gap:12px;display:flex}.footer__legal-link{color:var(--color-dark-secondary);text-decoration:none;transition:color .2s}.footer__legal-link:hover{color:var(--color-white)}.footer__separator{color:var(--color-gray-dark)}.footer__bg-text{border-top:var(--border-dark);border-bottom:var(--border-dark);justify-content:center;align-items:center;width:100%;padding:32px 32px 0;display:flex}.footer__bg-text img{width:100%;height:auto}.footer__social-wrapper-mobile{display:none}@media (max-width:1280px){.footer__availability{width:75%}.footer__section{width:50%}}@media (max-width:1024px){.footer__title{padding:24px;font-size:16px}.footer__nav{padding:0 24px}.footer__contact-details{padding:0 24px 24px}.footer__link,.footer__email,.footer__location,.footer__label{font-size:12px}}@media (max-width:960px){.footer__back-to-top,.footer__social-wrapper{display:none}.footer__social-wrapper-mobile{display:block}.footer__grid{flex-direction:column}.footer__availability{width:100%;padding:32px 24px}.footer__section{border:none;border-top:var(--border-dark);gap:16px;width:100%;padding:24px}.footer__title,.footer__contact-details,.footer__nav{padding:0}.footer__bg-text{padding:24px 24px 0}.footer__bottom{padding:16px 24px}}@media (max-width:768px){.footer__container{margin:0 16px}.footer .divider{min-height:10px}.footer__availability,.footer__section{padding:32px 16px}.footer__bottom{flex-direction:column-reverse;gap:16px;margin:8px 0;font-size:12px}.footer__copyright{text-align:center}.footer__bg-text{font-size:120px;bottom:-60px}.footer__social-link{padding:24px}.footer__bg-text{padding:16px 16px 0}}@media (max-width:416px){.footer__social-link{padding:16px}.footer__social-link img{width:30px;height:30px}}
.cta-button{color:var(--color-white);cursor:pointer;background-color:transparent;border:none;border-radius:9999px;font-weight:600;position:relative;overflow:hidden}.cta-button--primary{background:var(--gradient-primary);box-shadow:var(--box-shadow-gradient)}.cta-button-black,.cta-button--secondary{background:var(--color-black)}.cta-button--primary:after{background:var(--gradient-primary)}.cta-button-black:after,.cta-button--secondary:after{background:var(--color-black)}.cta-button__shine-wrapper{z-index:2;position:absolute;top:0;bottom:0;left:0;right:0}.shine-element{opacity:0;background:var(--color-white);filter:blur(20px);width:50%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.cta-button__content{z-index:10;justify-content:space-between;align-items:center;gap:32px;display:flex;position:relative}.cta-button:before{content:"";background-color:var(--color-white);filter:blur(24px);border-radius:50%;width:5rem;height:5rem;animation:8s linear infinite shineAnimation;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.cta-button:after{content:"";border-radius:inherit;width:99.3%;height:97%;position:absolute;top:1px;left:1px}.group:hover .shine-element{animation:2s cubic-bezier(.34,1.56,.64,1) shine-sweep-forward}.group:not(:hover) .shine-element{animation:2s cubic-bezier(.34,1.56,.64,1) shine-sweep-back}@media (max-width:768px){.cta-button{font-size:12px!important}}
.top-navigation{border-bottom:var(--border-dark);z-index:1000;background-color:var(--color-black);justify-content:space-between;align-items:center;width:100%;padding:24px 32px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;right:0}.top-navigation--visible{transform:translateY(0)}.top-navigation--hidden{transform:translateY(-100%)}.top-navigation__menu{width:232px}.top-navigation__menu-img{height:6px}.top-navigation__logo{width:151px}.top-navigation__cta{height:48px;padding:12px 24px}.hamburger-menu{cursor:pointer;z-index:1;background:0 0;border:none;flex-direction:column;gap:4px;padding:12px 12px 12px 0;display:flex;position:relative}.hamburger-menu__line1,.hamburger-menu__line2{background-color:var(--color-light-secondary);transform-origin:50%;border-radius:2px;width:32px;height:1px;transition:all .3s}.hamburger-menu__line2{width:24px}.hamburger-menu--open .hamburger-menu__line1{width:32px;height:2px;transform:rotate(45deg)translateY(4px)}.hamburger-menu--open .hamburger-menu__line2{width:32px;height:2px;transform:rotate(-45deg)translateY(-4px)}@media (max-width:786px){.top-navigation .top-navigation__cta{display:none}.top-navigation__menu{flex:1;width:auto}.top-navigation{justify-content:space-between;padding:24px 16px}.top-navigation__logo{z-index:0;width:140px;position:absolute;left:50%;transform:translate(-50%)}.top-navigation:after{content:"";flex:1}}
.menu{background-color:var(--color-black);z-index:999;opacity:0;pointer-events:none;width:100%;height:calc(100vh - 90px);transition:opacity .3s;position:fixed;top:96px;left:0;overflow-y:auto}.menu--open{opacity:1;pointer-events:auto}.menu__content_wrapper{height:auto;min-height:calc(100vh - 161px)}.menu__content{border-top:var(--border-dark);border-bottom:var(--border-dark);justify-content:space-between;align-items:flex-start;gap:32px;margin-top:64px;padding:32px;display:flex}.menu__nav{flex-direction:column;flex:1;display:flex}.menu__item{color:var(--color-white);z-index:1;border:1px solid transparent;border-radius:16px;justify-content:space-between;align-items:center;padding:27px 32px;font-size:32px;font-weight:300;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.menu__item:before{content:"";background:linear-gradient(55deg,transparent 35%,var(--color-gray-dark)45%,transparent 55%);z-index:-1;width:120%;height:100%;transition:transform .5s;position:absolute;top:0;left:-120%;transform:translate(-50%)}.menu__item:hover:before{transform:translate(100%)}.menu__item:hover{border-color:var(--color-gray-dark);text-shadow:var(--text-shadow-glow);background:var(--color-black)}.menu__item-label,.menu__item-number{color:rgba(255,255,255,.5);transition:color .2s}.menu__item:hover .menu__item-label,.menu__item:hover .menu__item-number{color:var(--color-white)}.menu__item-number{font-size:32px}.menu__footer{border:var(--border-dark);border-radius:16px;flex-direction:column;justify-content:space-between;min-width:30%;height:100%;display:flex}.divider{border-top:var(--border-dark);border-bottom:var(--border-dark);width:100%;min-height:16px}.menu__contact{flex-direction:column;flex:1;gap:32px;height:100%;margin-bottom:16px;padding:32px;display:flex}.menu__contact-title{color:var(--color-white);text-shadow:var(--text-shadow-glow);margin-bottom:8px;font-size:24px;font-weight:500}.menu__contact-section{flex-direction:column;gap:16px;display:flex}.menu__contact-label{color:var(--color-white);text-shadow:var(--text-shadow-glow);font-size:16px;font-weight:500}.menu__contact-value{color:var(--color-white);align-items:center;gap:12px;padding-left:12px;font-size:12px;font-weight:300;display:flex}.menu__status-indicator{background-color:var(--color-green);width:8px;height:8px;box-shadow:0 0 8px var(--color-green);border-radius:50%;position:relative}.menu__status-indicator:before{content:"";background-color:var(--color-green);border-radius:50%;width:100%;height:100%;animation:3s ease-in-out infinite ping;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu__contact-link{color:var(--color-white);letter-spacing:.3px;align-items:center;gap:12px;font-size:12px;font-weight:300;text-decoration:none;transition:color .2s;display:flex}.menu__contact-link:hover{color:rgba(255,255,255,.7)}.menu__social{justify-content:space-around;height:100%;display:flex}.menu__social-divider{border-right:var(--border-dark);width:1px}.menu__social-link{justify-content:center;align-items:center;width:100%;height:100%;padding:32px;transition:all .2s;display:flex}.menu__social-link:first-child{border-radius:0 0 0 16px}.menu__social-link:last-child{border-radius:0 0 16px}.menu__social-link:hover{background:var(--color-gray-dark)}@media (max-width:1280px){.menu{height:calc(100vh - 81px);top:81px}.menu__content_wrapper{min-height:calc(100vh - 145px)}.menu__content{margin-bottom:14px;padding:16px}.menu__footer{display:none}.menu__nav .menu__social{justify-content:space-around;display:flex}.menu__nav .menu__social-link{width:100%;padding:24px}.menu__nav .menu__social-link:hover{background:var(--color-gray-dark)}.menu__social-link:first-child,.menu__social-link:last-child{border-radius:0}.menu__social{border-top:var(--border-dark)}.menu__item{padding:24px;font-size:20px}.menu__item-number{font-size:20px}}@media (max-width:786px){.menu__item{padding:24px;font-size:16px}.menu__item-number{font-size:16px}}@media (max-width:480px){.menu__social-link{width:100%;padding:16px}.menu__social-link img{width:24px;height:24px}.menu__content{margin-bottom:10px;padding:8px}.divider{min-height:12px}}@media (max-width:320px){.menu__social-link{width:100%;padding:12px}.menu__social-link img{width:16px;height:16px}}
.section-wrapper{width:100%}.section-wrapper--light{background-color:var(--color-white)}.section-wrapper--dark{background-color:var(--color-black)}.subwrapper{flex-direction:column;justify-content:center;align-items:center;margin:0 32px;display:flex}.section-wrapper__container{border-left:var(--border-light);border-right:var(--border-light);border-bottom:var(--border-light);width:100%;max-width:1600px}.section-wrapper--dark .section-wrapper__container{border-left:var(--border-dark);border-right:var(--border-dark);border-bottom:var(--border-dark)}@media (max-width:768px){.section-wrapper__container,.subwrapper{margin:0 16px}}@media (min-width:1664px){.section-wrapper--light .subwrapper{border-left:var(--border-light);border-right:var(--border-light)}.section-wrapper--dark .subwrapper{border-left:var(--border-dark);border-right:var(--border-dark)}}
.section-body--light{color:var(--color-black)}.section-body--dark{color:var(--color-white)}
.case-studies-container{width:100%;padding-bottom:64px}.case-studies__grid{border-bottom:var(--border-dark);grid-template-columns:repeat(2,1fr);gap:16px;padding:32px;display:grid}.case-study-card{aspect-ratio:1;cursor:pointer;border:var(--border-dark);border-radius:16px;width:100%;transition:box-shadow .3s;position:relative;overflow:hidden}.case-study-card--full{grid-column:1/-1;height:600px}.case-study-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.8)}.case-study-card__image{aspect-ratio:1;background-color:var(--color-gray-dark);width:100%;position:relative;overflow:hidden}.case-study-card__img{object-fit:cover}.case-study-card__overlay{opacity:0;background:rgba(0,0,0,.7);border-radius:14px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;padding:32px;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.case-study-card__overlay--visible{opacity:1}.case-study-card__title{color:var(--color-white);font-size:32px;font-weight:600}.case-study-card__subtitle{color:var(--color-gray-light);font-size:16px}@media (max-width:768px){.case-studies__grid{grid-template-columns:1fr;gap:16px;padding:16px}.case-study-card__title{font-size:24px}}
.section-header{flex-direction:column;gap:16px;padding:64px 32px 48px;display:flex}.section-header--dark{border-bottom:var(--border-dark)}.section-header--light{border-bottom:var(--border-light)}.section-header__top{justify-content:space-between;align-items:center;display:flex}.section-header__number{font-size:40px;font-weight:300}.section-header__number--light,.section-header__number--dark{color:var(--color-dark-secondary)}.section-header__title{font-size:64px;font-weight:600}.section-header__title--light{color:var(--color-black)}.section-header__title--dark{color:var(--color-white)}.section-header__description{font-size:18px}.section-header__description--light{color:var(--color-dark-secondary)}.section-header__description--dark{color:var(--color-light-secondary)}@media (max-width:1024px){.section-header{padding:56px 24px 40px}.section-header__title{font-size:48px}.section-header__number{font-size:32px}.section-header__description{font-size:16px}}@media (max-width:768px){.section-header{gap:12px;padding:48px 16px 32px}.section-header__title{font-size:36px}.section-header__number{font-size:28px}}@media (max-width:480px){.section-header{gap:8px;padding:40px 16px 24px}.section-header__title{font-size:28px}.section-header__number{font-size:24px}.section-header__description{font-size:12px}}
.badge{width:-moz-fit-content;width:fit-content;font-size:12px;font-weight:300;font-family:var(--font-cormorant-garamond);border-radius:100px;justify-content:flex-start;align-items:center;padding:8px 16px;display:flex}.badge--light{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-black);background:linear-gradient(135deg,#e5e5e5 0%,rgba(229,229,229,0) 100%)}.badge--light:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.22),transparent 50%);border-radius:100px;padding:1px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.badge--dark{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-white);background:linear-gradient(135deg,#262626 0%,transparent 100%)}.badge--dark:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.04) 60%);border-radius:100px;padding:1px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.badge__icon{font-size:24px}.badge__label{font-family:var(--font-cormorant),serif;letter-spacing:.02em}@media (max-width:768px){.badge{padding:7px 14px;font-size:11px}.badge__icon{font-size:20px}}@media (max-width:480px){.badge{padding:6px 12px;font-size:8px}.badge__icon{font-size:18px}}
.faq{background-color:var(--color-white);border-bottom:var(--border-light);width:100%}.faq__container{border-left:var(--border-light);border-right:var(--border-light);margin:0 32px;padding-bottom:64px}.faq__header-wrapper{padding:64px 32px 48px}.faq__header{justify-content:space-between;align-items:center;display:flex}.faq__number{color:var(--color-dark-secondary);font-size:40px;font-weight:300}.faq__title{color:var(--color-black);margin-bottom:16px;font-size:64px;font-weight:600}.faq__description{color:var(--color-dark-secondary);font-size:18px}.faq__content{justify-content:space-between;width:100%;display:flex;position:relative}.faq__list{border-left:var(--border-light);flex-direction:column;width:100%;margin-left:auto;display:flex}.faq__item{border-bottom:var(--border-light);will-change:transform,opacity;border-left:2px solid transparent;flex-direction:column;gap:16px;padding:32px;transition:all .3s;display:flex}.faq__item:last-child{border-bottom:none}.faq__question{width:100%;color:var(--color-black);cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid transparent;justify-content:space-between;align-items:center;font-size:20px;font-weight:600;transition:all .3s;display:flex}.faq__answer{color:var(--color-dark-secondary);text-align:justify;font-size:16px;line-height:1.6;overflow:hidden}.faq__item--open{border-left-color:var(--color-accent);background-color:var(--color-gray-light)}.faq__icon{color:var(--color-dark-secondary);font-size:24px;transition:transform .3s}.faq__icon-open{transform:rotate(-180deg)}.faq__detail-panel{opacity:0;pointer-events:none;width:50%;min-width:50%;height:-moz-fit-content;height:fit-content;padding:32px;transition:opacity .4s,transform .4s;position:-webkit-sticky;position:sticky;top:32px;transform:translate(32px)}.faq__detail-panel--visible{opacity:1;pointer-events:auto;transform:translate(0)}.faq__detail-panel-content{will-change:transform,opacity;flex-direction:column;gap:16px;display:flex}.faq__detail-question{color:var(--color-black);font-size:24px;font-weight:600}.faq__detail-answer{color:var(--color-dark-secondary);text-align:justify;font-size:16px;line-height:1.6}@media (max-width:1024px){.faq__content{grid-template-columns:1fr;padding:0 16px}.faq__list{border-right:var(--border-light);max-width:700px;margin:0 auto}.faq__detail-panel{display:none}.faq__item{transition:none}.faq__answer{color:var(--color-dark-secondary);text-align:justify;font-size:16px;line-height:1.6}}@media (max-width:768px){.faq__title{font-size:32px}}@media (max-width:480px){.faq__item{gap:8px;padding:16px}.faq__item .faq__question,.faq__answer{font-size:12px}.faq__icon{width:16px}}
.final-cta{border-bottom:var(--border-dark);background:linear-gradient(#fff 0%,#fff 50%,#0a0a0a 50%,#0a0a0a 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0 32px;display:flex;position:relative}.final-cta__container-wrapper{justify-content:center;width:100%;display:flex;position:relative}@media (min-width:1664px){.final-cta__container-wrapper:before{content:"";background:linear-gradient(to bottom,rgba(10,10,10,.1) 0%,rgba(10,10,10,.1) 50%,var(--color-gray-dark)50%,var(--color-gray-dark)100%);width:1px;height:100%;position:absolute;top:0;left:0}.final-cta__container-wrapper:after{content:"";background:linear-gradient(to bottom,rgba(10,10,10,.1) 0%,rgba(10,10,10,.1) 50%,var(--color-gray-dark)50%,var(--color-gray-dark)100%);width:1px;height:100%;position:absolute;top:0;right:0}}.final-cta__container{width:100%;max-width:1600px;padding:64px 32px;position:relative}.final-cta__container:before{content:"";background:linear-gradient(to bottom,rgba(10,10,10,.1) 0%,rgba(10,10,10,.1) 50%,var(--color-gray-dark)50%,var(--color-gray-dark)100%);width:1px;height:100%;position:absolute;top:0;left:0}.final-cta__container:after{content:"";background:linear-gradient(to bottom,rgba(10,10,10,.1) 0%,rgba(10,10,10,.1) 50%,var(--color-gray-dark)50%,var(--color-gray-dark)100%);width:1px;height:100%;position:absolute;top:0;right:0}.final-cta__content{text-align:center;background:var(--color-black);border:var(--border-dark);background-position:50%;background-size:cover;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;gap:32px;min-height:510px;margin:0 auto;padding:120px 32px;display:flex;position:relative;overflow:hidden}.final-cta__content:before{content:"";filter:blur(80px);pointer-events:none;z-index:0;background:rgba(255,255,255,.15);border-radius:150px;width:180%;height:22%;position:absolute;top:0;left:-75%;transform:rotate(40deg)}.final-cta__content:after{content:"";pointer-events:none;z-index:0;background-position:0 0;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;position:absolute;top:0;left:0}.final-cta__content-header{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.final-cta__title{color:var(--color-white);margin-bottom:24px;font-size:48px;font-weight:400;line-height:1.2}.final-cta__highlight{font-weight:300}.final-cta__description{color:var(--color-light-secondary);margin-left:auto;margin-right:auto;font-size:16px}.final-cta__actions{justify-content:center;align-items:center;gap:24px;display:flex}.final-cta__description-br{display:inline}@media (max-width:1024px){.final-cta__title{font-size:44px}}@media (max-width:768px){.final-cta{padding:0 16px}.final-cta__title{font-size:32px}.final-cta__description-br{display:none}.final-cta__actions{flex-direction:column;width:100%}.final-cta__container{padding:32px 16px}.final-cta__content-header{align-items:flex-start;gap:8px}.final-cta__content{justify-content:center;align-items:flex-start;min-height:420px;padding:32px}.final-cta__title,.final-cta__description{text-align:left;margin:0 0 8px}.final-cta__actions{align-items:flex-start;gap:16px;width:100%}.final-cta__actions .final-cta__cta{width:100%}}@media (max-width:520px){.final-cta__content{min-height:0}.final-cta__description{font-size:12px}}
.how-we-work-container{padding-bottom:64px}.how-we-work-wrapper{border-bottom:var(--border-dark);grid-template-columns:repeat(3,1fr);gap:16px;width:100%;padding:32px;display:grid}.how-we-work__steps-column{flex-direction:column;justify-content:space-between;gap:16px;display:flex}.how-we-work__steps{border:var(--border-dark);border-radius:32px;flex-direction:column;flex:1;justify-content:space-between;padding:16px;display:flex}.how-we-work__step{color:var(--color-light-secondary);cursor:pointer;text-align:left;z-index:0;background:0 0;border:none;justify-content:space-between;align-items:center;padding:32px 24px;display:flex;position:relative;overflow:hidden}.how-we-work__step--active{color:var(--color-white);border:var(--border-dark);border-color:var(--color-gray-dark);text-shadow:var(--text-shadow-glow);background-color:rgba(255,255,255,.05);background:var(--color-black);border-radius:16px}.how-we-work__step:before{content:"";z-index:-1;filter:blur(20px);opacity:.3;background:linear-gradient(60deg,transparent 40%,rgba(255,255,255,.4) 50%,transparent 60%),linear-gradient(60deg,transparent 35%,rgba(255,255,255,.2) 50%,transparent 65%);width:600px;height:300px;transition:transform .5s;position:absolute;top:0;left:0;transform:translate(-100%)}.how-we-work__step--active:before{transform:translate(10%)}.how-we-work__step:not(.how-we-work__step--active):hover{border-color:var(--color-gray-dark);text-shadow:var(--text-shadow-glow);background-color:rgba(255,255,255,.03);border-radius:16px}.how-we-work__step-title{font-size:16px;font-weight:500}.how-we-work__step-number{opacity:.6;font-size:16px}.how-we-work__cta{height:70px;padding:24px 48px;font-size:16px;font-weight:600}.how-we-work__description-column{border:var(--border-dark);border-radius:32px;flex-direction:column;justify-content:space-between;padding:32px;display:flex;position:relative;overflow:hidden}.how-we-work__description-column:before{content:"";z-index:1;filter:blur(20px);opacity:.3;background:radial-gradient(rgba(255,255,255,.4) 0%,rgba(255,255,255,.2) 40%,transparent 70%);width:150px;height:600px;transition:transform .5s;position:absolute;top:-50%;left:-20px;transform:rotate(-35deg)}.how-we-work__description{color:var(--color-light-secondary);text-align:center;border-bottom:var(--border-dark);padding-bottom:32px;font-size:16px;line-height:1.4}.how-we-work__footer{color:var(--color-light-secondary);justify-content:space-between;align-items:center;margin-top:24px;padding-top:24px;display:flex}.how-we-work__current-title{font-size:16px}.how-we-work__current-number{color:var(--color-gray-light);font-size:16px}.how-we-work__image-column{background-color:var(--color-gray-dark);border:var(--border-dark);border-radius:32px;height:100%;min-height:500px;position:relative;overflow:hidden}.how-we-work__img{object-fit:cover}.how-we-work__cta-mobile{display:none}@media (max-width:1280px){.how-we-work-wrapper{grid-template-columns:repeat(2,1fr)}.how-we-work__image-column{display:none}}@media (max-width:768px){.how-we-work-wrapper{border-bottom:none;grid-template-columns:repeat(1,1fr);padding:16px}.how-we-work__steps-column .how-we-work__cta{display:none}.how-we-work__steps{gap:12px}.how-we-work__cta-mobile{height:60px;padding:16px 36px;display:block}.how-we-work__description-column{gap:64px}.how-we-work-container{padding-bottom:48px}}
.services-container{padding:32px}.services__tabs{justify-content:space-between;align-items:center;gap:16px;padding:8px 0;display:flex;position:relative;overflow-x:auto}.services__tabs-track-wrapper,.services__tabs-icon-wrapper{border:var(--border-light);background:var(--color-white);z-index:1;border-radius:100px;padding:8px}.services__tabs:before{content:"";background-color:var(--color-gray-light);z-index:0;width:80%;height:1px;position:absolute;top:50%;right:60px}.services__tabs-track{border:var(--border-light);border-radius:100px;gap:8px;display:flex;position:relative;box-shadow:inset 0 2px 8px rgba(0,0,0,.12),inset 0 -2px 8px rgba(255,255,255,.25)}.services__tabs-slider{background:var(--gradient-primary);z-index:0;border-radius:100px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;box-shadow:inset -4px -4px 4.8px rgba(0,0,0,.25),inset 4px 4px 4.8px rgba(255,255,255,.6)}.services__tab{z-index:1;color:var(--color-black);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:100px;padding:12px 24px;font-size:15px;font-weight:600;transition:color .3s;position:relative}.services__tab--active{color:var(--color-white)}.services__tab-icon{cursor:pointer;background:var(--color-white);border:none;border:var(--border-light);border-radius:50%;justify-content:center;align-items:center;margin-left:auto;padding:4px;display:flex;box-shadow:inset 0 2px 8px rgba(0,0,0,.12),inset 0 -2px 8px rgba(255,255,255,.25)}.services__content{padding:32px 0}.services__intro{margin-bottom:48px}.services__content-title{color:var(--color-black);margin-bottom:24px;font-size:48px;font-weight:600}.services__content-body{justify-content:space-between;display:flex}.left,.right{flex-direction:column;justify-content:space-between;width:50%;display:flex}.services__expertise{color:var(--color-dark-secondary);flex-direction:column;gap:8px;font-size:16px;display:flex}.services__tagline{color:var(--color-dark-secondary);font-size:16px;font-weight:300}.services__expertise strong{color:var(--color-black);margin-right:8px}.services__description{color:var(--color-dark-secondary);margin-bottom:16px;font-size:16px;line-height:1.6}.services__sub-description{color:var(--color-dark-secondary);font-size:16px;line-height:1.6}.services__description strong,.services__sub-description strong{font-weight:600}.services__cards{box-shadow:var(--box-shadow-default);grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:0;display:grid;position:relative}.services__cards:before,.services__cards:after{content:"";border:var(--border-light);width:16px;height:16px;position:absolute}.services__cards:before{border-bottom:none;border-left:none;top:-.5px;right:-.5px}.services__cards:after{border-top:none;border-right:none;bottom:-.5px;left:-.5px}.services__card{background:var(--color-white);border:var(--border-light);border-radius:0;flex-direction:column;padding:32px;transition:all .3s;display:flex}.services__card--featured{background:var(--color-black);color:var(--color-white);background:var(--color-black);position:relative;overflow:hidden}.services__card--featured:before{content:"";filter:blur(32px);pointer-events:none;z-index:0;opacity:1;background:radial-gradient(rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 70%);width:300px;height:1000px;position:absolute;top:-390px;left:-10px;transform:rotate(320deg)}.services__card--featured>*{z-index:1;position:relative}.services__card--featured .services__card-title,.services__card--featured .services__card-price,.services__card--featured .services__card-subtitle,.services__card--featured .services__card-timeline strong{color:var(--color-white)}.services__card--featured .services__card-description,.services__card--featured .services__card-list,.services__card--featured .services__card-timeline,.services__card--featured .services__card-note{color:var(--color-light-secondary)}.services__card-header{margin-bottom:24px}.services__card-title{color:var(--color-black);margin-bottom:8px;font-size:24px;font-weight:600}.services__card-description{color:var(--color-dark-secondary);font-size:14px;line-height:1.5}.services__card-price{color:var(--color-black);margin-bottom:32px;font-size:32px;font-weight:600}.services__card-body{flex:1;margin-bottom:32px}.services__card-subtitle{color:var(--color-black);margin-bottom:16px;font-size:16px;font-weight:600}.services__card-list{margin-bottom:16px;list-style:none}.services__card-list li{color:var(--color-dark-secondary);align-items:center;gap:8px;font-size:12px;line-height:1.8;display:flex;position:relative}.services__card--featured .services__card-list li{color:var(--color-light-secondary)}.services__card-timeline,.services__card-note{color:var(--color-dark-secondary);margin-top:16px;font-size:14px;font-style:italic}.services__card-cta{height:54px;padding:16px 32px;font-size:16px;font-weight:600}.services__card--featured .services__card-cta{background:var(--color-accent);color:var(--color-white)}.services__card-cta:hover{box-shadow:var(--box-shadow-default)}@media (max-width:1024px){.services__cards{grid-template-columns:1fr}.services__content-title{font-size:36px}}@media (max-width:768px){.services__tabs-icon-wrapper,.services__tabs:before,.services__description,.services__sub-description,.services__tagline,.right{display:none}.services-container{justify-content:center;padding:16px}.services__tabs{flex:1;gap:0;width:100%;padding:0}.services__tabs-track-wrapper{width:100%;padding:4px}.services__tabs-track{gap:4px;width:100%}.services__tab{width:100%;padding:8px 12px;font-size:12px}.services__content{padding:32px 0}.services__content-title{margin:0 0 16px;font-size:24px}.left{flex:1}.services__intro{margin:0 0 32px}}
.divider-light{border-top:var(--border-light);border-bottom:var(--border-light);width:100%;min-height:16px}.testimonials-container{padding:64px 0}.testimonials-grid{height:466px;display:flex;overflow:hidden}.bento-grid{border-right:var(--border-light);gap:8px;min-width:-moz-fit-content;min-width:fit-content;display:flex;position:relative;overflow:hidden}.bento-grid:after{content:"";pointer-events:none;background:radial-gradient(circle,rgba(249,249,249,0) 0%,#f9f9f9 70%,#f9f9f9 100%);position:absolute;top:0;bottom:0;left:0;right:0}.bento-grid .column{flex-direction:column;gap:8px;display:flex}.column-center{transform:translateY(-50%)}.bento-card{width:150px;height:150px;box-shadow:var(--box-shadow-card);background-color:var(--color-card);border:1px solid rgba(10,10,10,.1);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.bento-image{background-color:var(--color-white)}.testimonial-content{flex-direction:column;justify-content:space-between;gap:32px;padding:64px 32px;display:flex}.testimonial-details{flex-direction:column;justify-content:space-between;gap:32px;display:flex}.testimonial-feedback{color:var(--color-black);letter-spacing:.5px;white-space:pre-wrap;font-size:24px;font-style:italic;font-weight:600;line-height:1.4}.testimonial-author{white-space:pre-wrap;flex-direction:column;margin-top:32px;display:flex}.author-name{color:var(--color-dark-secondary);white-space:pre-wrap;font-size:16px;line-height:24px}.testimonial-controls{justify-self:flex-end;gap:8px;display:flex}.control-button{background:var(--color-white);border:var(--border-light);width:32px;height:32px;color:var(--color-dark-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.control-button:hover{background:var(--color-gray-light)}.control-button svg{width:16px;height:16px}.testimonial-card-container{justify-content:center;align-items:center;width:100%;min-height:400px;display:flex;position:relative}.testimonial-card{cursor:grab;background:#fff;border-radius:24px;width:90%;max-width:400px;padding:40px 32px;position:absolute;box-shadow:0 10px 40px rgba(0,0,0,.1)}.testimonial-card:active{cursor:grabbing}.testimonial-author-section{border-top:1px solid #e0e0e0;align-items:center;gap:16px;margin-top:32px;padding-top:24px;display:flex}.testimonial-avatar{object-fit:contain;border:var(--border-light);box-shadow:inset 0 0 0 1px var(--color-gray-light);border-radius:50%;padding:6px}.author-brand{color:var(--color-dark-secondary);font-size:16px}.testimonial-dots{justify-content:center;gap:4px;margin-bottom:24px;display:flex}.dot{background:var(--color-white);cursor:pointer;width:12px;height:12px;box-shadow:inset 0 0 2px 1px var(--color-gray-light);border:none;border:var(--border-light);border-radius:50%;transition:all .3s ease-in-out}.dot--active{background:var(--gradient-primary);border:none;box-shadow:inset -2px -2px 2px rgba(0,0,0,.25),inset 2px 2px 2px rgba(255,255,255,.6)}@media (min-width:1024px){.testimonial-card-container,.testimonial-dots{display:none}}@media (max-width:1280px){.testimonial-details{gap:24px}.testimonial-feedback{letter-spacing:.25px;font-size:20px;line-height:1.3}.testimonial-quote img{height:24px}.testimonial-author{margin-top:16px}}@media (max-width:1024px){.testimonials-container .divider-light,.testimonial-controls{display:none}.testimonials-container{height:-moz-fit-content;height:fit-content;padding:0}.testimonials-grid{height:auto}.testimonial-content{gap:2px;width:100%;height:-moz-fit-content;height:fit-content;padding:16px}.testimonial-feedback{color:var(--color-dark-secondary);text-align:justify;margin-top:8px;font-size:16px;font-weight:400;line-height:1.4}.author-name{font-weight:600}}@media (max-width:520px){.testimonial-feedback{font-size:12px;font-weight:400}.author-name,.author-brand{font-size:12px}.testimonial-card-container{min-height:370px}}
.what-we-build-container{flex-direction:column;gap:64px;padding-bottom:64px;display:flex}.what-we-build__items{flex-direction:column;gap:64px;display:flex}.what-we-build__item{border-top:var(--border-dark);border-bottom:var(--border-dark);justify-content:space-between;align-items:center;width:100%;transition:background-color .3s;display:flex;position:relative;overflow:hidden}.what-we-build__highlight-wrapper{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.what-we-build__highlight-wrapper:before{content:"";filter:blur(20px);mix-blend-mode:overlay;opacity:.2;z-index:-1;background:linear-gradient(45deg,transparent 40%,rgba(255,255,255,.4) 50%,transparent 60%),linear-gradient(45deg,transparent 35%,rgba(255,255,255,.2) 50%,transparent 65%);width:100%;height:300%;position:absolute;top:0;left:-2%}.what-we-build__highlight-wrapper:after{content:"";filter:blur(20px);mix-blend-mode:overlay;opacity:0;z-index:-1;background:linear-gradient(45deg,transparent 40%,rgba(255,255,255,.4) 50%,transparent 60%),linear-gradient(45deg,transparent 35%,rgba(255,255,255,.2) 50%,transparent 65%);width:100%;height:300%;transition:opacity .3s;position:absolute;top:0;left:-75%}.what-we-build__highlight-wrapper.show-second-shine:after{opacity:.2}.what-we-build__highlight{object-fit:cover}.what-we-build__number,.what-we-build__content{z-index:-1;position:relative}.what-we-build__number{justify-content:flex-start;align-items:flex-start;padding:64px 32px;display:flex}.what-we-build__number-img{filter:brightness(2);transition:opacity .3s}.what-we-build__content{border-left:var(--border-dark);flex-direction:column;justify-content:center;width:50%;padding:64px 32px;display:flex}.what-we-build__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.what-we-build__title{color:var(--color-white);margin:0;font-size:24px;font-weight:600}.what-we-build__arrow{width:16px;height:16px;color:var(--color-dark-secondary);flex-shrink:0;transition:all .3s}.what-we-build__description{color:var(--color-light-secondary);margin:0;font-size:16px;font-weight:300;line-height:24px}.what-we-build__tagline{border-top:var(--border-dark);border-bottom:var(--border-dark);background-image:url(/assets/images/what-we-build/Texture.svg);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:100vh;padding:240px 32px;display:flex;position:relative;overflow:hidden}.what-we-build__tagline:before{content:"";filter:blur(40px);mix-blend-mode:overlay;opacity:.4;z-index:-1;background:radial-gradient(rgba(255,255,255,.25) 0%,rgba(255,255,255,.15) 30%,rgba(255,255,255,.05) 60%,transparent 100%);width:55%;height:50%;position:absolute;top:0;left:-15%;transform:rotate(25deg)}.what-we-build__tagline:after{content:"";filter:blur(40px);mix-blend-mode:overlay;opacity:.3;z-index:-1;background:radial-gradient(rgba(255,255,255,.3) 0%,rgba(255,255,255,.18) 30%,rgba(255,255,255,.08) 60%,transparent 100%);width:55%;height:50%;position:absolute;bottom:-10%;right:-10%;transform:rotate(-25deg)}.what-we-build__tagline-text{text-align:center;z-index:3;max-width:1230px;margin:0;font-size:40px;font-weight:300;line-height:1.6;position:relative}.what-we-build__tagline-word{opacity:.1;color:var(--color-white);transition:opacity .1s}@media (max-width:1024px){.what-we-build__title{font-size:20px}.what-we-build__description{text-align:justify;font-size:12px}.what-we-build__arrow{display:none}.what-we-build__highlight-wrapper:before,.what-we-build__highlight-wrapper:after{top:-50%}.what-we-build__tagline-text{font-size:32px}}@media (max-width:786px){.what-we-build__items{gap:32px}.what-we-build__item{flex-direction:column;align-items:flex-start}.what-we-build__highlight-wrapper:before,.what-we-build__highlight-wrapper:after{display:none}.what-we-build__number{width:100%;padding:24px 16px;position:relative;overflow:hidden}.what-we-build__number:before{content:"";filter:blur(20px);mix-blend-mode:overlay;opacity:.25;z-index:-1;pointer-events:none;background:linear-gradient(45deg,transparent 40%,rgba(255,255,255,.2) 50%,transparent 60%),linear-gradient(45deg,transparent 35%,rgba(255,255,255,.1) 50%,transparent 65%);width:400%;height:400%;position:absolute;top:0;left:-100%}.what-we-build__number-img{z-index:1;width:96px;height:96px;position:relative}.what-we-build__content{border-left:none;border-top:var(--border-dark);background:var(--color-dark);width:100%;padding:32px 16px}.what-we-build__tagline{padding:64px 32px}.what-we-build__tagline-text{font-size:24px}}
.hero{align-items:center;display:flex}.hero__container{justify-content:space-between;align-items:center;min-height:calc(100vh - 145px);margin-top:97px;padding:32px;display:flex}.hero__content{flex-direction:column;gap:16px;display:flex}.hero__title{color:var(--color-white);margin:0;font-size:64px;font-weight:600;line-height:1.1}.hero__title--highlight{color:var(--color-white);font-weight:300}.hero__subtitle--highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.hero__description{color:var(--color-light-secondary);max-width:600px;margin:0;font-size:18px;line-height:1.7}.hero__buttons{flex-wrap:wrap;gap:16px;margin-top:16px;display:flex}.hero_cta{gap:64px;height:54px;padding:16px 32px;font-size:16px;font-weight:600}.hero_cta:first-child{width:300px}.hero__features{flex-wrap:wrap;gap:32px;margin-top:12px;display:flex}.hero__feature{color:var(--color-light-secondary);align-items:center;gap:4px;font-size:12px;font-weight:300;display:flex}.hero__scroll{width:100%;color:var(--color-dark-secondary);justify-content:center;align-items:center;gap:8px;padding-bottom:32px;font-size:16px;font-weight:300;display:flex}.hero__scroll-arrow{animation:2s ease-in-out infinite bounce;transform:translateY(4px)}.hero__code-wrapper{width:100%;max-width:50%;position:relative}.hero__code-window{border:1px solid var(--color-gray-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(20,20,20,.8);border-radius:12px;position:relative;overflow:hidden;box-shadow:0 0 0 1px rgba(255,255,255,0)}.hero__code-header{border-bottom:1px solid var(--color-gray-dark);background:rgba(10,10,10,.8);justify-content:space-between;align-items:center;padding:16px;display:flex;position:relative}.hero__code-dots{gap:4px;display:flex}.hero__dot{border-radius:50%;width:12px;height:12px;box-shadow:0 0 8px}.hero__dot--red{background:var(--color-red);color:var(--color-red)}.hero__dot--yellow{background:var(--color-yellow);color:var(--color-yellow)}.hero__dot--green{background:var(--color-green);color:var(--color-green)}.hero__code-title{color:var(--color-light-secondary);font-size:12px;position:absolute;left:50%;transform:translate(-50%)}.hero__code-spacer{width:60px}.hero__code-tabs{background:rgba(10,10,10,.8);justify-content:space-evenly;gap:0;display:flex}.hero__code-tab{width:100%;color:var(--color-light-secondary);cursor:pointer;background:#141414;border:none;border-bottom:2px solid transparent;justify-content:flex-start;align-items:center;gap:8px;padding:12px 16px;font-size:12px;transition:all .3s;display:flex;position:relative}.hero__code-tab--left-adjacent{border-bottom-left-radius:8px}.hero__code-tab--right-adjacent{border-bottom-right-radius:8px}.hero__code-tab--active{color:var(--color-white);background:rgba(10,10,10,.8);transition:all .3s}.hero__code-tab--active .hero__tab-icon{filter:drop-shadow(0 0 4px #fff);color:var(--color-white)}.hero__code-tab--active span{filter:drop-shadow(0 0 4px rgba(255,255,255,.6));color:var(--color-white)}.hero__tab-icon{width:14px;height:14px;transition:all .3s}.hero__code-content{font-family:var(--font-consolas);cursor:text;background:rgba(10,10,10,.8);min-height:300px;padding:24px 16px;font-size:16px;line-height:1.8;overflow-x:auto}.hero__code-line{font-family:var(--font-consolas);gap:12px;display:flex}.hero__line-number{color:var(--color-dark-secondary);font-family:var(--font-consolas);text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:20px}.hero__code-text{color:var(--color-light-secondary);font-family:var(--font-consolas);white-space:pre}.hero__code-footer{font-family:var(--font-consolas);border-top:1px solid var(--color-gray-dark);color:var(--color-dark-secondary);background:rgba(10,10,10,.5);justify-content:space-between;padding:12px 16px;font-size:12px;display:flex}.hero__code-footer span{font-family:var(--font-consolas)}.hero__code-wrapper--mobile{display:none}@media (max-width:1280px){.hero__code-wrapper--desktop{display:none}.hero__code-wrapper--mobile{width:100%;max-width:100%;margin:16px 0;display:block}.hero__scroll{display:none}.hero__container{flex-direction:column;gap:48px}.hero__content{width:100%}.hero__title{font-size:48px}.hero__description{max-width:100%}.hero__buttons{justify-content:left}.hero__features{gap:16px}.hero_cta:first-child{width:auto}.hero__feature{font-size:10px}.hero__code-wrapper{width:100%;max-width:100%}}@media (max-width:1024px){.hero__title{font-size:32px}.hero__description{font-size:12px}.hero_cta:first-child{width:auto}.hero_cta{width:100%;padding:12px 24px;font-size:12px}.hero__buttons{flex-direction:column;width:100%}.hero__features{justify-content:center}.hero__code-title,.hero__code-tab,.hero__code-content,.hero__code-line,.hero__code-footer span{font-size:12px}}@media (max-width:786px){.hero__container{padding:32px 16px}.hero__code-content{padding:16px 12px;font-size:14px}.hero__code-tab{padding:10px 12px}.hero__code-content{min-height:150px}}@media (max-width:480px){.hero__code-title,.hero__code-tab,.hero__code-content,.hero__code-line,.hero__code-footer span{font-size:8px}.hero__code-content{min-height:100px}}
