:root{--color-background:#050505;--color-foreground:#111;--color-light:#eaeaea;--color-border:#9a9a9a;--color-primary:#f26419;--font-base:"Poppins", "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,ul,ol{margin:0}body{font-family:var(--font-base);color:#eaeaea;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#050505;line-height:1.5}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px;display:none}::-webkit-scrollbar-track{background-color:#050505;display:none}::-webkit-scrollbar-thumb{background-color:#111;border-radius:4px;display:none}.layout-grid{gap:1.5rem;display:grid}.layout-container{width:min(1200px,92%);margin-inline:auto}.site-header{background-color:#111111d9;border-bottom:1px solid #9a9a9a}.navigation{z-index:1000;color:#fff;visibility:hidden;background-color:#050505;grid-template-columns:420px 1fr;width:100vw;height:100vh;font-family:Poppins,Segoe UI,sans-serif;transition:transform .6s cubic-bezier(.76,0,.24,1),visibility 0s linear .6s;display:grid;position:fixed;top:0;left:0;overflow:hidden;transform:translateY(-100%)}.navigation--open{visibility:visible;transition:transform .6s cubic-bezier(.76,0,.24,1),visibility linear;transform:translateY(0)}@media (max-width:992px){.navigation{grid-template-columns:320px 1fr}}@media (max-width:768px){.navigation{flex-direction:column;grid-template-columns:1fr;display:flex;overflow-y:auto}}.navigation__sidebar{flex-direction:column;justify-content:space-between;padding:clamp(1.5rem,1.2rem + 1vw,2rem);display:flex;position:relative;overflow:hidden}@media (max-width:768px){.navigation__sidebar{min-height:auto;padding:2rem}}.navigation__sidebar-bg{opacity:.8;z-index:1;background:radial-gradient(circle at 0,#f26419 0%,#050505 70%);position:absolute;inset:0}.navigation__sidebar-overlay{z-index:2;background:linear-gradient(#0000001a,#050505);position:absolute;inset:0}.navigation__sidebar-watermark{color:#0000;-webkit-text-stroke:1px #ffffff0d;z-index:3;pointer-events:none;letter-spacing:.05em;font-size:clamp(5.5rem,4.5rem + 5.5vw,12rem);font-weight:800;line-height:1;position:absolute;top:15%;left:-1rem}@media (max-width:768px){.navigation__sidebar-watermark{font-size:6rem;top:5%}}.navigation__sidebar-content{z-index:10;flex-direction:column;height:100%;display:flex;position:relative}.navigation__logo{align-items:center;gap:.75rem;margin-bottom:auto;font-size:clamp(1.75rem,1.4rem + 1.5vw,2.5rem);font-weight:600;display:flex}@media (max-width:768px){.navigation__logo{margin-bottom:2rem}}.navigation__intro{margin-top:auto;margin-bottom:3rem}.navigation__intro-label{color:#f26419;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.navigation__intro-title{margin-bottom:1.5rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:600;line-height:1.2}.navigation__intro-title .text-primary{color:#f26419}.navigation__intro-desc{color:#ffffffb3;max-width:90%;font-size:.9rem;line-height:1.6}@media (max-width:768px){.navigation__intro-desc{max-width:100%}}.navigation__cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background-color:#19191999;border:1px solid #ffffff0d;border-radius:clamp(.75rem,1.2vw,1.25rem);align-items:center;gap:1.25rem;padding:1.5rem;transition:background-color .3s;display:flex}.navigation__cta:hover{background-color:#191919e6}.navigation__cta:hover .navigation__cta-icon{transform:scale(1.05)}.navigation__cta-icon{color:#fff;background-color:#f26419;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .3s;display:flex}.navigation__cta-text p{color:#ffffffe6;margin-bottom:.25rem;font-size:.85rem;line-height:1.4}.navigation__cta-text span{color:#f26419;font-size:.85rem;font-weight:500}.navigation__main{background-color:#050505;flex-direction:column;padding:3rem;display:flex;position:relative;overflow-y:auto}@media (max-width:768px){.navigation__main{min-height:60vh;padding:2rem}}.navigation__main-graphic{pointer-events:none;z-index:1;border:1px solid #f264190d;border-radius:50%;width:655px;height:655px;position:absolute;top:30%;right:-20%;box-shadow:inset 0 0 100px #f2641905}.navigation__main-graphic:before,.navigation__main-graphic:after{content:"";border:1px solid #f2641908;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.navigation__main-graphic:before{width:600px;height:600px}.navigation__main-graphic:after{width:400px;height:400px}.navigation__header{z-index:10;justify-content:flex-end;margin-bottom:2rem;display:flex;position:relative}@media (max-width:768px){.navigation__header{margin-bottom:0;position:absolute;top:2rem;right:2rem}}.navigation__close-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:0 0;border:none;align-items:center;gap:1rem;font-size:.8rem;font-weight:500;transition:opacity .3s;display:flex}.navigation__close-btn:hover{opacity:.7}@media (max-width:768px){.navigation__close-btn span{display:none}}.navigation__close-icon{border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.navigation__list-wrapper{z-index:10;flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}@media (max-width:768px){.navigation__list-wrapper{margin-top:4rem}}.navigation__list{max-width:900px;margin:0;padding:0;list-style:none}.navigation__item{border-bottom:1px solid #ffffff0d}.navigation__item:first-child{border-top:1px solid #ffffff0d}.navigation__link{color:#fff;justify-content:space-between;align-items:center;padding:1.25rem 0;text-decoration:none;transition:padding-left .3s;display:flex}@media (max-width:576px){.navigation__link{flex-direction:column;align-items:flex-start;gap:.5rem}}.navigation__link:hover{padding-left:1rem}.navigation__link:hover .navigation__link-title{color:#f26419}.navigation__link:hover .navigation__link-arrow{color:#f26419;border-color:#f26419}.navigation__link--active{padding-left:1rem}.navigation__link--active .navigation__link-title{color:#f26419}.navigation__link--active .navigation__link-num{opacity:1}.navigation__link--active .navigation__link-arrow{color:#f26419;background-color:#f264191a;border-color:#f26419}.navigation__link-left{align-items:center;gap:2rem;display:flex}@media (max-width:576px){.navigation__link-left{gap:1rem}}.navigation__link-num{color:#f26419;min-width:2rem;font-size:1rem;font-weight:500}.navigation__link-title{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:500;transition:color .3s}.navigation__link-right{align-items:center;gap:2rem;display:flex}@media (max-width:576px){.navigation__link-right{justify-content:space-between;width:100%;padding-left:3rem}}.navigation__link-subtitle{color:#ffffff80;font-size:.85rem}.navigation__link-arrow{color:#ffffff80;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .3s;display:flex}.navigation__footer{z-index:10;justify-content:space-between;align-items:center;margin-top:clamp(1rem,.8rem + .8vw,1.5rem);padding-top:2rem;display:flex;position:relative}@media (max-width:992px){.navigation__footer{flex-wrap:wrap;gap:clamp(1rem,.8rem + .8vw,1.5rem)}}@media (max-width:768px){.navigation__footer{flex-direction:column;align-items:flex-start;gap:clamp(1rem,.8rem + .8vw,1.5rem)}}.navigation__contact{gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}@media (max-width:576px){.navigation__contact{flex-direction:column;gap:clamp(1rem,.8rem + .8vw,1.5rem)}}.navigation__contact-item{align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.navigation__contact-item p{margin-bottom:.25rem;font-size:.85rem;font-weight:500}.navigation__contact-item span{color:#ffffff80;font-size:.75rem}.navigation__icon-circle{color:#f26419;border:1px solid #f2641980;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.navigation__socials{flex-direction:column;align-items:flex-start;gap:clamp(.25rem,.2rem + .2vw,.5rem);display:flex}.navigation__socials span{color:#ffffff80;font-size:clamp(.8rem,.7rem + .2vw,.95rem)}@media (max-width:768px){.navigation__socials{justify-content:space-between;width:100%}}.navigation__socials-list{gap:clamp(.25rem,.2rem + .2vw,.5rem);display:flex}.navigation__social-icon{color:#fff;text-transform:uppercase;background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);text-decoration:none;transition:background-color .3s;display:flex}.navigation__social-icon:hover{background-color:#f26419}.navigation__address{align-items:center;gap:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.navigation__address-img{background:linear-gradient(135deg,#333,#111);border-radius:50%;flex-shrink:0;width:3rem;height:3rem}.navigation__address-text p{color:#ffffff80;margin-bottom:.25rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem)}.navigation__address-text span{font-size:clamp(.65rem,.6rem + .15vw,.8rem);line-height:1.4;display:block}.site-footer{border-top:1px solid var(--color-border)}.button{justify-content:center;align-items:center;display:inline-flex}.button--primary{background:var(--color-primary);color:#fff}.rounded-button{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:clamp(.5rem,.4rem + .5vw,1rem);padding:clamp(.5rem,.4rem + .5vw,1rem) clamp(1.5rem,1.2rem + 1vw,2rem) clamp(.5rem,.4rem + .5vw,1rem) clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:600;transition:all .3s;display:inline-flex}.rounded-button__icon{border-radius:50%;justify-content:center;align-items:center;width:clamp(1.5rem,2vw,2.5rem);height:clamp(1.5rem,2vw,2.5rem);font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem);transition:all .3s;display:flex}.rounded-button__label{line-height:1}.rounded-button--primary{color:#050505;background-color:#fff}.rounded-button--primary .rounded-button__icon{color:#fff;background-color:#050505}.rounded-button--primary:hover{color:#eaeaea;background-color:#f26419}.rounded-button--primary:hover .rounded-button__icon{transform:rotate(90deg)}.rounded-button--secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background-color:#ffffff1a;border:1px solid #fff3}.rounded-button--secondary .rounded-button__icon{color:#050505;background-color:#fff}.rounded-button--secondary:hover{background-color:#fff3;border-color:#ff6a1a}.rounded-button--secondary:hover .rounded-button__icon{color:#eaeaea;background-color:#f26419;transform:rotate(45deg)}.rounded-button--black{color:#fff;background-color:#050505}.rounded-button--black .rounded-button__icon{color:#050505;background-color:#fff}.rounded-button--black:hover{background-color:#111}.rounded-button--black:hover .rounded-button__icon{transform:rotate(90deg)}.card{border:1px solid var(--color-border);background:var(--color-surface);border-radius:.75rem}.portfolio-card{background-color:#0000;border-radius:12px;flex-direction:column;gap:16px;width:100%;transition:all .3s;display:flex}.portfolio-card:hover{box-shadow:1px 1px 5px #0000001a}.portfolio-card--full-width{grid-column:span 2}@media (max-width:768px){.portfolio-card--full-width{grid-column:span 1}}.portfolio-card__image-wrapper{aspect-ratio:16/10;background-color:#111;border-radius:12px;width:100%;position:relative;overflow:hidden}.portfolio-card--full-width .portfolio-card__image-wrapper{aspect-ratio:24/9}@media (max-width:768px){.portfolio-card--full-width .portfolio-card__image-wrapper{aspect-ratio:16/10}}.portfolio-card__image{object-fit:cover;object-position:center;transition:transform .4s}.portfolio-card:hover .portfolio-card__image{transform:scale(1.02)}.portfolio-card__logo{z-index:2;opacity:.9;position:absolute;top:24px;left:24px}@media (max-width:576px){.portfolio-card__logo{transform-origin:0 0;top:16px;left:16px;transform:scale(.85)}}.portfolio-card__footer{justify-content:space-between;align-items:center;padding:8px;display:flex}.portfolio-card__title{color:#eaeaea;letter-spacing:.05em;margin:0;font-size:.65rem;font-weight:500}.portfolio-card__year{color:#9a9a9a;letter-spacing:.05em;font-size:.65rem;font-weight:500}.form-control{width:100%}.vertical-labels{z-index:40;mix-blend-mode:difference;flex-direction:column;gap:4rem;display:flex;position:fixed;top:50%;left:2rem;transform:translateY(-50%)}.vertical-labels__link{letter-spacing:.1em;color:#fff9;mix-blend-mode:color-dodge;writing-mode:vertical-rl;font-size:clamp(.7rem,.65rem + .2vw,.8rem);font-weight:500;text-decoration:none;display:inline-block;transform:rotate(180deg)}.approach-card--dark .approach-card__description{color:#9a9a9a}.approach-card__title{margin-bottom:.5rem;font-size:clamp(1.5rem,2dvw,1.8rem);font-weight:600}.approach-card__logo{opacity:.8;width:24px;height:24px}@media (max-width:768px){.approach-card{min-height:auto;transform:none!important}}.hero-section{color:#eaeaea;width:100%;height:100dvh;font-family:var(--font-inter),sans-serif;z-index:50;background-color:#eaeaea;flex-direction:column;justify-content:space-between;padding:clamp(1.5rem,2.6vw,5rem) clamp(1.25rem,3.2vw,5rem);display:flex;position:relative;overflow:hidden}@media (max-width:768px){.hero-section{padding:clamp(1.5rem,1.2rem + 1vw,2rem) clamp(1rem,.8rem + .8vw,1.5rem)}}.hero-section__bg{z-index:0;border-radius:inherit;background-color:#eaeaea;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero-section__bg .hero-section__video{object-fit:cover;object-position:center 20%;z-index:0;pointer-events:none;background-color:#eaeaea;width:100%;height:100%;position:absolute;inset:0}.hero-section__header{z-index:10;justify-content:space-between;align-items:center;gap:clamp(1rem,2.8vw,4rem);width:100%;display:flex}@media (max-width:768px){.hero-section__header{flex-direction:column;align-items:flex-start;gap:clamp(1.5rem,1.2rem + 1vw,2rem)}}.hero-section__headline{letter-spacing:-.02em;text-shadow:113px 88px 24px #00000073;font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:900;line-height:1.1}@media (max-width:768px){.hero-section__headline{font-size:clamp(2.5rem,2rem + 3vw,5.5rem)}}.hero-section__subheadlines{flex-direction:column;gap:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.hero-section__subheadline{letter-spacing:-.02em;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:300;line-height:1.5}.hero-section__subheadline--accent{color:#f26419;font-weight:700}@media (max-width:768px){.hero-section__subheadline{font-size:clamp(.85rem,.6rem + .5vw,1.25rem)}}.hero-section__subheadline-highlight{color:#eaeaea;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:500}.hero-section__logo{letter-spacing:-.05em;text-transform:capitalize;align-items:center;font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:900;line-height:1;display:flex}.hero-section__header-info{flex:1;justify-content:center;gap:clamp(1rem,2.8vw,4rem);display:flex}@media (max-width:768px){.hero-section__header-info{justify-content:space-between;gap:clamp(1rem,.8rem + .8vw,1.5rem);width:100%}}.hero-section__info-block{flex-direction:column;gap:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.hero-section__info-block span{text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;font-size:clamp(.65rem,.6rem + .15vw,.8rem)}.hero-section__info-block span:first-child{color:#eaeaea}.hero-section__header-actions{align-items:center;gap:clamp(.75rem,1.1vw,1.5rem);display:flex}@media (max-width:768px){.hero-section__header-actions{justify-content:space-between;width:100%}}.hero-section__dots{cursor:pointer;opacity:.5;align-items:center;display:flex}.hero-section__content{text-align:left;z-index:10;flex-direction:column;align-items:flex-start;gap:clamp(1.25rem,2.8vw,4rem);max-width:clamp(22rem,48vw,74rem);max-height:100dvh;margin-bottom:clamp(2rem,6vw,6rem);margin-left:auto;margin-right:clamp(1rem,7vw,7rem);display:flex}@media (max-width:768px){.hero-section__content{text-align:center;align-items:center;max-width:100%;margin:4rem auto;padding-inline:2rem}}.hero-section__cta{margin-top:clamp(.75rem,1.2vw,1.5rem)}.timeline-card[data-slot=card]{padding:1rem;background:#fff;border-radius:.75rem;flex-direction:column;gap:1rem;height:100%;padding-bottom:1rem;transition:box-shadow .2s;display:flex;box-shadow:0 1px 2px #1111110f}.timeline-card[data-slot=card]:hover{box-shadow:0 6px 18px #1111111f}.timeline-card__icon{border-radius:.5rem;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;display:flex}.timeline-card__icon-svg{flex:none;width:1.25rem;height:1.25rem}.timeline-card__title{color:#111827;margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.timeline-card__desc{color:#4b5563;font-size:.95rem;line-height:1.5}.timeline-card__year{border-radius:.5rem;align-self:flex-start;padding:.2em .7em;font-size:.9rem;font-weight:600}.about-section{background:#050505;padding-block:5rem;position:relative;overflow:hidden}@media (max-width:768px){.about-section{padding-block:4rem}}@media (max-width:576px){.about-section{padding-block:2.5rem}}.about-section__blur{filter:blur(48px);z-index:0;pointer-events:none;border-radius:50%;position:absolute}.about-section__blur--orange{opacity:.18;background:#f26419;width:300px;height:300px;top:-6rem;left:-6rem}.about-section__blur--peach{opacity:.12;background:#f26419;width:220px;height:220px;bottom:-8rem;right:0}.about-section__container{z-index:10;max-width:1400px;margin-inline:auto;padding-inline:6rem;position:relative}@media (max-width:1200px){.about-section__container{padding-inline:3rem}}@media (max-width:992px){.about-section__container{padding-inline:2rem}}@media (max-width:768px){.about-section__container{padding-inline:1.5rem}}@media (max-width:576px){.about-section__container{padding-inline:1rem}}.about-section__main{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;margin-bottom:5rem;display:grid}@media (max-width:992px){.about-section__main{flex-direction:column;gap:2rem;margin-bottom:2.5rem;display:flex}}.about-section__text{flex-direction:column;gap:1.5rem;display:flex}.about-section__label{color:#9a9a9a;letter-spacing:.08em;text-transform:uppercase;font-size:.875rem;font-weight:600}.about-section__headline{font-family:var(--font-montserrat);color:#eaeaea;font-size:2rem;font-weight:700;line-height:1.1}@media (max-width:576px){.about-section__headline{font-size:2.5rem}}@media (max-width:768px){.about-section__headline{font-size:3rem}}.about-section__headline .about-section__headline-accent{color:#f26419}.about-section__desc{color:#eaeaea;font-size:1rem;font-weight:500}@media (max-width:576px){.about-section__desc{font-size:1.125rem}}@media (max-width:768px){.about-section__desc{font-size:1.25rem}}.about-section__body{color:#9a9a9a;font-family:var(--font-inter);flex-direction:column;gap:.75rem;font-size:1rem;font-weight:400;line-height:1.7;display:flex}@media (max-width:576px){.about-section__body{gap:1.25rem}}.about-section__timeline{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:576px){.about-section__timeline{grid-template-columns:1fr}}.about-section__stats{grid-template-columns:1fr 1fr 1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}@media (max-width:768px){.about-section__stats{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width:576px){.about-section__stats{grid-template-columns:1fr}}.expertise-section{color:#eaeaea;background:#111;border-radius:clamp(1.25rem,2vw,2rem);margin:0 clamp(.25rem,.2rem + .2vw,.5rem);padding:clamp(1rem,.8rem + .8vw,1.5rem) 0;overflow:hidden}@media (max-width:768px){.expertise-section{border-radius:1.5rem}}.expertise-section__container{width:min(1920px,100%);margin-inline:auto;padding:clamp(1rem,.8rem + .8vw,1.5rem)}.expertise-section__header{margin-bottom:4rem}.expertise-section__label{letter-spacing:.1em;color:#eaeaea;text-transform:uppercase;font-size:clamp(.65rem,.6rem + .15vw,.8rem);font-weight:600}.expertise-section__divider{border:none;border-top:1px solid #fff3;margin-top:clamp(1rem,.8rem + .8vw,1.5rem)}.expertise-section__content{grid-template-columns:350px 1fr;align-items:center;gap:8rem;display:grid}@media (max-width:1200px){.expertise-section__content{gap:4rem}}@media (max-width:992px){.expertise-section__content{grid-template-columns:1fr;gap:4rem}}.expertise-section__intro{margin-bottom:5rem}.expertise-section__headline{color:#eaeaea;max-width:50rem;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:600;line-height:1.2}.expertise-section__headline--accent{color:#eaeaea}.expertise-section__subheadline{color:#eaeaeab3;margin-top:1rem;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.5}.expertise-section__footer{margin-top:4rem}.expertise-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#19191999;border:1px solid #eaeaea0d;border-radius:clamp(.75rem,1.2vw,1.25rem);flex-direction:column;width:100%;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.expertise-card:before{content:"";border-radius:inherit;pointer-events:none;opacity:.5;z-index:0;animation:2.5s ease-in-out infinite alternate expertise-glow;position:absolute;inset:0;box-shadow:0 0 64px 16px #f264191a}.expertise-card>*{z-index:1;position:relative}@keyframes expertise-glow{0%{opacity:.5;box-shadow:0 0 64px 16px #f264191a}to{opacity:1;box-shadow:0 0 96px 32px #f2641933}}.expertise-card__image-wrapper{aspect-ratio:1;background:#19191999;width:100%;position:relative}.expertise-card__image{object-fit:cover;opacity:.8}.expertise-card__info{background:0 0;flex-direction:column;gap:clamp(1rem,.8rem + .8vw,1.5rem);padding:clamp(1.5rem,1.2rem + 1vw,2rem) clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.expertise-card__title{letter-spacing:.02em;font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem);font-weight:600}.expertise-card__description{color:#eaeaeab3;min-height:3rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);line-height:1.6}.expertise-card__cta{color:#050505;background:#fff;border-radius:3rem;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:clamp(.5rem,.4rem + .5vw,1rem) clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600;text-decoration:none;transition:transform .3s;display:flex}.expertise-card__cta:hover{color:#eaeaea;background-color:#f26419;transform:scale(1.02)}.expertise-card__cta-icon{justify-content:center;align-items:center;display:flex}.expertise-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.expertise-list__item{cursor:pointer;border-top:1px solid #fff3;padding-block:2.5rem;position:relative;overflow:hidden}.expertise-list__item:after{content:"";background:#f26419;width:0;height:1px;transition:width .4s;position:absolute;bottom:0;left:0}.expertise-list__item:last-child{border-bottom:1px solid #eaeaea0d}.expertise-list__item--active:after{width:100%}.expertise-list__item--active .expertise-list__text,.expertise-list__item:hover .expertise-list__text{color:#eaeaea;opacity:1}.expertise-list__text{color:#eaeaea;opacity:.2;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:500;transition:all .5s cubic-bezier(.16,1,.3,1);display:block}.pricing-button{color:#eaeaea;letter-spacing:.05em;align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600;text-decoration:none;display:inline-flex}.pricing-button__icon{color:#eaeaea;background:#f26419;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.our-approach{background-color:#fff;padding:clamp(3rem,4dvw,10rem) 0;position:relative;overflow:hidden}.our-approach__container{width:min(1920px,100%);margin-inline:auto;padding-inline:clamp(1.5rem,2dvw,10rem)}.our-approach__header{flex-direction:column;padding-top:1.5rem;display:flex}.our-approach__header-row{flex-direction:row;align-items:center;gap:clamp(1.5rem,1.2rem + 1vw,2rem);width:100%;display:flex}@media (max-width:768px){.our-approach__header-row{flex-direction:column;align-items:flex-start;gap:clamp(1rem,.8rem + .8vw,1.5rem)}}.our-approach__rotating-text{background:#eaeaea;flex:none;justify-content:flex-start;align-items:center;min-width:180px;display:flex}@media (max-width:768px){.our-approach__rotating-text{justify-content:flex-start;width:100%;min-width:0;display:none}}.our-approach__subtitle{letter-spacing:.05em;text-transform:uppercase;color:#0009;border-bottom:1px solid #0000001a;padding-bottom:.8rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.our-approach__title{color:#111;text-align:left;max-width:800px;margin-left:auto;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:500;line-height:1.1}@media (max-width:768px){.our-approach__title{max-width:100%;margin-left:0}}@media (max-width:576px){.our-approach__title{padding-top:clamp(1rem,.8rem + .8vw,1.5rem)}}.our-approach__cards{grid-template-columns:repeat(3,1fr);align-items:center;gap:clamp(2rem,1.5rem + 1.5vw,3rem);min-height:400px;display:grid;position:relative}@media (max-width:768px){.our-approach__cards{grid-template-columns:1fr;gap:2rem;min-height:auto;padding-top:2rem}}.our-approach__bg-icon{opacity:.05;pointer-events:none;z-index:0;width:clamp(100px,20dvw,300px);height:auto;position:absolute;bottom:5%;left:5%}.our-approach__bg-icon--right{bottom:10%;left:auto;right:5%;transform:rotate(15deg)}.approach-card{z-index:1;background:#fff;border-radius:24px;flex-direction:column;gap:1.5rem;min-height:320px;padding:clamp(1.5rem,1.2rem + 1vw,2rem);transition:transform .4s,box-shadow .4s;display:flex;position:relative;box-shadow:0 20px 40px #0000001a}.approach-card--dark{color:#eaeaea;background:#050505}.approach-card__title{color:#111;margin-bottom:.5rem;font-size:clamp(1.5rem,1.2rem + 1vw,2rem);font-weight:600}.approach-card__title--dark{color:#eaeaea;background:#050505}.approach-card__description{color:#111;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.6}.approach-card__description--dark{color:#eaeaea;background:#050505}.approach-card__footer{justify-content:flex-end;margin-top:auto;display:flex}.approach-card__logo{opacity:.8;color:#111;width:24px;height:24px}.approach-card__logo--dark{color:#eaeaea;background:#050505}.approach-card:hover{box-shadow:0 20px 40px #2323231a;transform:translateY(-10px)!important}@media (max-width:768px){.approach-card{min-height:auto;transform:none!important}}.blog-section{background:#111;padding-block:4rem;position:relative;overflow:hidden}.blog-section__container{z-index:10;max-width:1400px;margin-inline:auto;padding-inline:1rem;position:relative}@media (max-width:576px){.blog-section__container{padding-inline:1.5rem}}@media (max-width:768px){.blog-section__container{padding-inline:2rem}}@media (max-width:992px){.blog-section__container{padding-inline:3rem}}@media (max-width:1200px){.blog-section__container{padding-inline:6rem}}.blog-section__header{flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}@media (max-width:768px){.blog-section__header{align-items:flex-start}}@media (min-width:769px){.blog-section__header{flex-direction:row}}.blog-section__title{font-family:var(--font-montserrat);color:#eaeaea;font-size:3rem;font-weight:700;line-height:1.1}@media (max-width:768px){.blog-section__title{font-size:2.25rem}}.blog-section__title-accent{color:#f26419}.blog-section__cta{color:#eaeaea;background:#f26419;border-radius:.5rem;padding:.75rem 1rem;font-size:1.25rem;font-weight:700;transition:transform .15s,background-color .15s,color .15s}@media (max-width:768px){.blog-section__cta{font-size:1.125rem}}@media (max-width:576px){.blog-section__cta{font-size:1rem}}.blog-section__cta:hover{color:#eaeaea;background:#f26419;transform:scale(1.04)}.blog-section__cta-link{align-items:center;gap:.5rem;display:flex}.blog-section__cards{z-index:10;position:relative}.our-blog{background-color:#eaeaea;padding:4rem .5rem}.our-blog__container{flex-direction:column;gap:4rem;width:min(1920px,100%);margin-inline:auto;display:flex}.our-blog__header{text-align:center;max-width:800px;margin-inline:auto}.our-blog__title{color:#111;letter-spacing:-.02em;font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:600}.our-blog__subtitle{letter-spacing:.1em;text-transform:uppercase;color:#111;margin-bottom:.5rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.our-blog__paragragh{color:#050505;margin:0;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:400;line-height:1.4}.our-blog__grid{grid-template-columns:repeat(3,1fr);gap:clamp(1rem,.8rem + .8vw,1.5rem);display:grid}@media (max-width:992px){.our-blog__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.our-blog__grid{grid-template-columns:1fr}}.our-blog__column{flex-direction:column;gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.blog-card{border-radius:clamp(.75rem,1.2vw,1.25rem);flex-direction:column;justify-content:space-between;height:80vh;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.blog-card:hover{transform:translateY(-5px)}.blog-card__text{border-radius:clamp(.75rem,1.2vw,1.25rem);flex-direction:column;height:27%;padding:2.5rem;display:flex}.blog-card__media{border-radius:clamp(.75rem,1.2vw,1.25rem);height:70%;position:relative;overflow:hidden}.blog-card__img{object-fit:cover;width:100%;height:100%}.blog-card--dark .blog-card__text{color:#fff;background-color:#050505}.blog-card--light .blog-card__text{color:#050505;background-color:#fff;box-shadow:inset 0 0 0 1px #1111111a}.blog-card__header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.blog-card__tag{text-transform:uppercase;letter-spacing:.05em;background-color:#ffffff1a;border-radius:4px;padding:.25rem .5rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:700}.blog-card--light .blog-card__tag{background-color:#0505050d}.blog-card__date{color:#ffffff73;font-size:clamp(.8rem,.7rem + .2vw,.95rem)}.blog-card--light .blog-card__date{color:#05050580}.blog-card__title{margin:0;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:400;line-height:1.4}.blog-card__plus-btn{color:#050505;cursor:pointer;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .2s;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;box-shadow:0 4px 12px #0000001a}.blog-card__plus-btn:hover{transform:scale(1.1)}.get-in-touch{border-radius:clamp(1.25rem,2vw,2rem);margin:0 clamp(.25rem,.2rem + .2vw,.5rem);padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(1rem,.8rem + .8vw,1.5rem);position:relative;overflow:hidden}@media (max-width:768px){.get-in-touch{border-radius:1.5rem}}.get-in-touch--dark{color:#fff;background-color:#111}.get-in-touch--light{color:#050505;background-color:#fff}.get-in-touch:before{content:"";opacity:.05;pointer-events:none;background-image:url(https://www.transparenttextures.com/patterns/carbon-fibre.png);position:absolute;inset:0}.get-in-touch--light:before{opacity:.02}.get-in-touch__container{z-index:1;max-width:1400px;margin-inline:auto;position:relative}.get-in-touch__header{align-items:center;gap:2rem;margin-bottom:clamp(2rem,4vw,4rem);display:flex}.get-in-touch__header-label{text-transform:uppercase;letter-spacing:.1em;color:#fff9;white-space:nowrap;font-size:clamp(.75rem,.8vw,1rem)}.get-in-touch__header-line{background-color:#ffffff1a;flex-grow:1;height:1px}.get-in-touch--light .get-in-touch__header-label{color:#05050599}.get-in-touch--light .get-in-touch__header-line{background-color:#0505051f}.get-in-touch--light .get-in-touch__profile-card,.get-in-touch--light .get-in-touch__form-container{box-shadow:0 18px 50px #0000001a}.get-in-touch__content{grid-template-columns:1fr 1.2fr;align-items:start;gap:clamp(3rem,6vw,8rem);display:grid}@media (max-width:992px){.get-in-touch__content{grid-template-columns:1fr;gap:4rem}}.get-in-touch__info{flex-direction:column;gap:clamp(2rem,4vw,5rem);display:flex}.get-in-touch__title{max-width:600px;margin-bottom:2rem;font-size:clamp(2rem,3.5vw,4.5rem);font-weight:500;line-height:1.1}@media (max-width:992px){.get-in-touch__title{max-width:100%}}.get-in-touch__profile-card{background-color:#ffffff08;border:1px solid #ffffff14;border-radius:32px;align-items:center;gap:24px;width:fit-content;max-width:100%;padding:24px;display:flex}@media (max-width:576px){.get-in-touch__profile-card{flex-direction:column;align-items:flex-start;padding:20px}}.get-in-touch__profile-card-image{border-radius:20px;flex-shrink:0;width:120px;height:120px;overflow:hidden}.get-in-touch__profile-card-image img{object-fit:cover;width:100%;height:100%}.get-in-touch__profile-card-details{flex-direction:column;gap:8px;display:flex}.get-in-touch__profile-card-role{text-transform:uppercase;color:#ffffff80;letter-spacing:.05em;font-size:.75rem}.get-in-touch__profile-card-name{margin-bottom:12px;font-size:1.25rem;font-weight:600}.get-in-touch__profile-card--solid{color:#050505;background-color:#fff;border:1px solid #9a9a9a}.get-in-touch--dark .get-in-touch__profile-card--solid .get-in-touch__profile-card-role{color:#0505058c}.get-in-touch--light .get-in-touch__profile-card{background-color:#05050508;border:1px solid #0505051a}.get-in-touch--light .get-in-touch__profile-card--solid{background-color:#fff;border:1px solid #9a9a9a}.get-in-touch--light .get-in-touch__profile-card-role{color:#0505058c}.get-in-touch__address-title{margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.get-in-touch__address-list{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.get-in-touch__address-item{color:#fff9;gap:.75rem;font-size:1rem;display:flex}.get-in-touch__address-item span:first-child{color:#fff6}.get-in-touch__address-item--link a{color:#fff9;gap:.75rem;display:flex}.get-in-touch__address-item--link span:first-child{color:#fff6}.get-in-touch--light .get-in-touch__address-item{color:#050505b3}.get-in-touch--light .get-in-touch__address-item span:first-child{color:#05050580}.get-in-touch__form-container{background-color:#ffffff05;border:1px solid #ffffff0d;border-radius:40px;padding:clamp(2rem,4vw,4rem)}@media (max-width:576px){.get-in-touch__form-container{border-radius:24px;padding:1.5rem}}.get-in-touch__form-container--solid{color:#050505;background-color:#fff;border:1px solid #9a9a9a}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-label{color:#0505058c}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-input-wrapper:after{background-color:#05050524}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-input-wrapper:focus-within:after{background-color:#050505}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-input,.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-select,.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-textarea{color:#050505}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-input::placeholder,.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-select::placeholder,.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-textarea::placeholder{color:#05050559}.get-in-touch--light .get-in-touch__form-container{background-color:#05050505;border:1px solid #05050514}.get-in-touch--light .get-in-touch__form-container--solid{background-color:#fff;border:1px solid #9a9a9a}.get-in-touch__form{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}@media (max-width:576px){.get-in-touch__form{grid-template-columns:1fr;gap:1.5rem}}.get-in-touch__form-group{flex-direction:column;gap:.75rem;display:flex}.get-in-touch__form-group--full{grid-column:1/-1}.get-in-touch__form-label{text-transform:uppercase;color:#fff6;letter-spacing:.05em;font-size:.75rem}.get-in-touch__form-input-wrapper{position:relative}.get-in-touch__form-input-wrapper:after{content:"";background-color:#ffffff1a;width:100%;height:1px;transition:background-color .3s;position:absolute;bottom:0;left:0}.get-in-touch__form-input-wrapper:focus-within:after{background-color:#fff}.get-in-touch__form-input,.get-in-touch__form-select,.get-in-touch__form-textarea{color:#fff;background:0 0;border:none;outline:none;width:100%;padding-block:.75rem;font-size:1rem}.get-in-touch__form-input::placeholder,.get-in-touch__form-select::placeholder,.get-in-touch__form-textarea::placeholder{color:#fff3}.get-in-touch__form-select{appearance:none;cursor:pointer}.get-in-touch__form-textarea{resize:none;min-height:120px}.get-in-touch__form-footer{grid-column:1/-1;margin-top:2rem}.get-in-touch--light .get-in-touch__form-label{color:#0505058c}.get-in-touch--light .get-in-touch__form-input-wrapper:after{background-color:#05050524}.get-in-touch--light .get-in-touch__form-input-wrapper:focus-within:after{background-color:#050505}.get-in-touch--light .get-in-touch__form-input,.get-in-touch--light .get-in-touch__form-select,.get-in-touch--light .get-in-touch__form-textarea{color:#050505}.get-in-touch--light .get-in-touch__form-input::placeholder,.get-in-touch--light .get-in-touch__form-select::placeholder,.get-in-touch--light .get-in-touch__form-textarea::placeholder{color:#05050559}.home-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative;overflow-x:hidden}.home-page__container{flex-direction:column;width:100%;max-width:clamp(100dvw,92dvw,1920px);margin-inline:auto;padding-left:clamp(1rem,2dvw,5rem);padding-right:clamp(1rem,2dvw,5rem);display:flex;overflow:hidden}.home-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;overflow:hidden}.home-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.home-page__vertical-labels{display:block}@media (max-width:768px){.home-page__vertical-labels{display:none}}.services-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;padding:clamp(.5rem,.4rem + .5vw,1rem);display:flex;position:relative;overflow-x:hidden}.services-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;padding:4rem .5rem;overflow:hidden}.services-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.services-section{background-color:#eaeaea;max-width:100vw;margin:0 auto}.services-section__header{margin-bottom:4rem}.services-section__label{text-transform:uppercase;letter-spacing:.05em;color:#050505;border-bottom:1px solid #9a9a9a;margin-bottom:3rem;padding-bottom:1rem;font-size:.75rem;font-weight:600}.services-section__title{color:#111;letter-spacing:-.02em;max-width:800px;margin-left:auto;font-size:clamp(2rem,4vw,3.5rem);font-weight:500;line-height:1.1}.services-section__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(320px,auto);gap:1.5rem;display:grid}@media (max-width:1024px){.services-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-section__grid{grid-template-columns:1fr}}.service-card{transition:box-shadow .3s cubic-bezier(.4,.2,.2,1),transform .3s cubic-bezier(.4,.2,.2,1);box-shadow:0 2px 12px #28282812,0 .5px 2px #0000000a}.service-card:hover,.service-card:focus-visible{z-index:2;transform:translateY(-8px)scale(1.035);box-shadow:0 8px 32px #2828282e,0 1.5px 8px #0000001a}.service-card{box-sizing:border-box;border-radius:24px;flex-direction:column;padding:2.5rem;display:flex;position:relative;overflow:hidden}.service-card__title{z-index:2;margin-bottom:1rem;font-size:1.25rem;font-weight:500;position:relative}.service-card__description{color:#111;z-index:2;max-width:90%;font-size:.875rem;line-height:1.6;position:relative}.service-card--span-2{grid-column:span 2}@media (max-width:1024px){.service-card--span-2{grid-column:span 2}}@media (max-width:768px){.service-card--span-2{grid-column:span 1}}.service-card--row-span-2{grid-row:span 2}@media (max-width:1024px){.service-card--row-span-2{grid-row:span 1}}.service-card--white{background-color:#fff;border:1px solid #9a9a9a}.service-card--white .service-card__title{color:#111}.service-card--black{background-color:#050505}.service-card--black .service-card__title{color:#fff}.service-card--black .service-card__description{color:#9a9a9a}.service-card--light-gray{background-color:#fff;border:1px solid #9a9a9a}.service-card--light-gray .service-card__title{color:#111}.service-card--image-bg{color:#fff;justify-content:flex-end}.service-card--image-bg .service-card__title{color:#fff}.service-card--image-bg .service-card__description{color:#ffffffb3}.service-card--image-bg:before{content:"";z-index:1;background:linear-gradient(#0000001a,#000c);position:absolute;inset:0}.service-card__bg-image{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.service-card__icons-row{gap:1rem;margin-top:auto;padding-top:2rem;display:flex}.service-card__icons-row .icon-circle{color:#050505;border:1px solid #9a9a9a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.service-card__top-right-icon{color:#050505;position:absolute;top:2.5rem;right:2.5rem}.service-card__mockup{flex-grow:1;justify-content:center;align-items:flex-end;min-height:250px;margin-top:2rem;display:flex;position:relative}.service-card__mockup img{object-fit:contain;max-width:100%;height:auto;transform:translateY(2.5rem)}.service-card__wireframe-icon{color:#fff;opacity:.8;width:64px;height:64px;margin:0 auto 2rem}.service-card__button{color:#fff;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;margin-top:auto;padding:0;font-size:.75rem;font-weight:600;display:flex}.service-card__button .btn-circle{color:#050505;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;display:flex}.service-card__testimonials{flex-wrap:wrap;gap:2rem;margin-top:auto;padding-top:2rem;display:flex}.service-card__testimonials .testimonial-item{align-items:center;gap:.75rem;display:flex}.service-card__testimonials .testimonial-item img{object-fit:cover;border-radius:50%;width:24px;height:24px}.service-card__testimonials .testimonial-item p{color:#050505;margin:0;font-size:.75rem;font-weight:600}.service-card--center-content{text-align:center;justify-content:center;align-items:center}.service-card--center-content .service-card__title{max-width:200px;margin:0 auto 2rem}.blog-page,.admin-page{min-height:100dvh}.page-banner{border-radius:24px;align-items:flex-end;width:100%;height:50vh;min-height:400px;display:flex;position:relative;overflow:hidden}.page-banner__image{object-fit:cover;object-position:center center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.page-banner:before{content:"";z-index:1;background:linear-gradient(#0000 0%,#0003 60%,#0009 100%);position:absolute;inset:0}.page-banner__container{z-index:2;flex-direction:row;justify-content:center;align-items:center;gap:60px;width:100%;margin-top:auto;padding:80px 100px;display:flex;position:relative}@media (max-width:1024px){.page-banner__container{gap:20px;padding:40px}}@media (max-width:768px){.page-banner__container{flex-direction:column;align-items:flex-start;padding:30px}}.page-banner__title{color:#fff;letter-spacing:-.02em;white-space:nowrap;justify-content:center;align-items:center;margin-bottom:15px;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.1;display:flex}@media (max-width:768px){.page-banner__title{white-space:normal}}.page-banner__logo{z-index:10;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;align-items:center;font-size:clamp(1.75rem,1.4rem + 1.5vw,2.5rem);font-weight:700;line-height:1;display:flex;position:absolute;top:1.5rem;left:1.5rem}.page-banner__logo-digital{color:#eaeaea}.page-banner__logo-cravery{color:#f26419}.page-banner__menu-btn{z-index:10;-webkit-backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#00000073;border:1px solid #ffffff26;border-radius:999px;justify-content:center;align-items:center;gap:clamp(.5rem,.4rem + .5vw,1rem);padding:clamp(.5rem,.4rem + .5vw,1rem);transition:background .25s,border-color .25s,transform .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.page-banner__menu-btn svg{opacity:.85;transition:opacity .25s}.page-banner__menu-btn:hover{background:#000000a6;border-color:#ffffff59;transform:scale(1.05)}.page-banner__menu-btn:hover svg{opacity:1}.page-banner__menu-btn:active{transform:scale(.97)}.page-banner__description{color:#eaeaea;justify-content:start;align-items:start;max-width:30vw;height:100%;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:500;line-height:1.5;display:flex}@media (max-width:768px){.page-banner__description{max-width:100%;margin-bottom:0}}.about-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative;overflow-x:hidden}.about-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;overflow:hidden}.about-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.about-company{background-color:#eaeaea;padding:4rem .5rem;font-family:Poppins,Segoe UI,sans-serif;overflow:hidden}.about-company__container{flex-direction:column;align-items:center;gap:80px;width:min(1920px,100%);margin-inline:auto;display:flex}.about-company__header{text-align:center;flex-direction:column;align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);max-width:900px;margin-bottom:clamp(1.5rem,1.2rem + 1vw,2rem);display:flex}.about-company__badge-wrapper{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:clamp(.5rem,.4rem + .5vw,1rem);display:flex;position:relative}.about-company__badge-circle{color:#050505;width:100%;height:100%;animation:20s linear infinite rotate;position:absolute}.about-company__badge-circle svg{fill:#050505;width:100%;height:100%}.about-company__badge-icon{z-index:1;color:#050505;font-size:24px}.about-company__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#050505;margin-top:clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.about-company__title{color:#050505;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:600;line-height:1.1}.about-company__content{grid-template-columns:1fr 1fr;align-items:start;gap:60px;width:100%;display:grid}@media (max-width:992px){.about-company__content{grid-template-columns:1fr;gap:40px}}.about-company__image-card{background:#111;border-radius:32px;flex-direction:column;height:clamp(40rem,10vw,60rem);display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.about-company__image-wrapper{aspect-ratio:3/2;width:100%;height:100%;position:relative}.about-company__image-wrapper img{object-fit:cover;width:100%;height:100%}.about-company__plus-btn{color:#eaeaea;cursor:pointer;background:#111;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .3s;display:flex;position:absolute;top:20px;left:20px}.about-company__plus-btn:hover{transform:scale(1.1)}.about-company__image-caption{text-align:center;color:#050505;padding:clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:500}.about-company__info{color:#050505;flex-direction:column;gap:40px;display:flex}.about-company__tabs{border-bottom:1px solid #0000001a;gap:30px;padding-bottom:12px;display:flex}.about-company__tab{cursor:pointer;color:#9a9a9a;text-transform:capitalize;background:0 0;border:none;padding:0;font-size:18px;font-weight:600;transition:all .3s;position:relative}.about-company__tab--active{color:#050505}.about-company__tab--active:after{content:"";background:#050505;width:100%;height:2px;position:absolute;bottom:-13px;left:0}.about-company__description-wrapper{min-height:100px}.about-company__description{color:#050505;max-width:480px;margin:0;font-size:16px;line-height:1.6}.about-company__awards{flex-direction:column;gap:clamp(1.5rem,1.2rem + 1vw,2rem);margin-top:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.about-company__award-item{grid-template-columns:80px 1fr;align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);display:grid}@media (max-width:576px){.about-company__award-item{text-align:left;grid-template-columns:1fr}}.about-company__award-logo{justify-content:center;align-items:center;min-height:40px;display:flex}.about-company__award-logo svg{width:100%;height:auto}.about-company__award-logo--webby{color:#eaeaea;background:#050505;border-radius:4px;padding:4px;font-size:8px;font-weight:900}.about-company__award-logo--awwwards{letter-spacing:-1px;font-family:serif}.about-company__award-logo--fwa{letter-spacing:-2px;font-style:italic}.about-company__award-text{flex-direction:column;gap:4px;display:flex}.about-company__award-title{text-transform:uppercase;color:#eaeaea;margin-bottom:2px;font-size:14px;font-weight:700}.about-company__award-description{color:#9a9a9a;font-size:13px;line-height:1.4}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.our-history{background-color:#050505;border-radius:24px;padding:4rem .5rem}.our-history__container{width:min(1920px,100%);margin-inline:auto;padding:clamp(.5rem,.4rem + .5vw,1rem)}.our-history__label{text-transform:uppercase;letter-spacing:.15em;color:#fff;opacity:.6;border-bottom:1px solid #eaeaea;margin-bottom:60px;padding-bottom:1.2rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:500;display:block}.our-history__content{grid-template-columns:1fr;align-items:start;gap:40px;display:grid}@media (min-width:1024px){.our-history__content{grid-template-columns:.35fr .65fr;gap:100px}}.our-history__milestones{flex-direction:column;gap:24px;display:flex}.our-history__details{flex-direction:column;gap:48px;display:flex}.our-history__heading{color:#eaeaea;max-width:600px;margin-bottom:20px;font-size:clamp(28px,4vw,42px);font-weight:500;line-height:1.25}.our-history__image-frame{aspect-ratio:1;background:#eaeaea;border-radius:32px;width:100%;height:clamp(10rem,31vw,30rem);position:relative;overflow:hidden}@media (min-width:768px){.our-history__image-frame{aspect-ratio:4/3}}@media (min-width:1024px){.our-history__image-frame{aspect-ratio:1.2}}.our-history__image{object-fit:cover;width:100%;height:100%;display:block}.history-card{cursor:default;background:#111;border:1px solid #111;border-radius:24px;padding:40px 32px;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 2px 6px #ff6a1a}.history-card:hover{border-color:#111;transform:translateY(-8px);box-shadow:0 4px 23px #ff6a1a}.history-card__year{color:#fff;margin-bottom:12px;font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:500;line-height:1;display:block}.history-card__description{color:#eaeaea;opacity:.6;max-width:100%;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.6}.about-video-player{background-color:#eaeaea;justify-content:center;align-items:center;width:100%;padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(.5rem,.4rem + .5vw,1rem);display:flex}.about-video-player__container{aspect-ratio:16/8.5;background-color:#111;border-radius:16px;width:min(1920px,100%);margin-inline:auto;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.about-video-player__media{object-fit:cover;filter:brightness(.9);width:100%;height:100%}.about-video-player__overlay{pointer-events:none;width:110%;position:absolute;top:8%;left:-2%;overflow:hidden}.about-video-player__marquee-text{white-space:nowrap;color:#0000;-webkit-text-stroke:1px #ffffff59;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(3rem,8vw,10rem);font-weight:300;line-height:1}.about-video-player__play-button{cursor:pointer;z-index:10;background-color:#eaeaea;border:none;border-radius:9999px;align-items:center;gap:12px;padding:6px 18px 6px 6px;transition:transform .2s,background-color .2s;display:inline-flex;position:absolute;bottom:32px;left:32px}.about-video-player__play-button:hover{background-color:#ffffffe6;transform:scale(1.04)}.about-video-player__play-icon{background-color:#050505;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.about-video-player__play-icon svg{margin-left:2px}.about-video-player__play-text{color:#050505;letter-spacing:.5px;font-family:inherit;font-size:11px;font-weight:700}@media (max-width:768px){.about-video-player{padding:16px}.about-video-player__container{aspect-ratio:4/3;border-radius:12px}.about-video-player__play-button{padding:5px 14px 5px 5px;bottom:20px;left:20px}.about-video-player__play-text{font-size:10px}}.how-we-work{background-color:#fff;padding:clamp(2rem,1.5rem + 1.5vw,3rem) 0;font-family:Poppins,Segoe UI,sans-serif}.how-we-work__container{width:min(1920px,100%);margin-inline:auto;padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(1.5rem,1.2rem + 1vw,2rem)}.how-we-work__header{align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);padding-bottom:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.how-we-work__header-line{background-color:#111;flex:1;height:1px}.how-we-work__label{color:#111;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.how-we-work__content{flex-direction:column;align-items:center;gap:clamp(2rem,1.5rem + 1.5vw,3rem);padding-top:clamp(2rem,1.5rem + 1.5vw,3rem);display:flex}.how-we-work__heading{color:#111;text-align:center;max-width:780px;margin:0;font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:500;line-height:1.2}.how-we-work__list{border-top:1px solid #9a9a9a;flex-direction:column;align-items:center;width:100%;max-width:clamp(50rem,60vw,80rem);display:flex}.how-we-work__step{border-bottom:1px solid #9a9a9a;grid-template-columns:1fr;align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);padding:clamp(1.5rem,1.2rem + 1vw,2rem) 0;display:grid}@media (min-width:768px){.how-we-work__step{grid-template-columns:320px 1fr;gap:clamp(1.5rem,1.2rem + 1vw,2rem);padding:clamp(2rem,1.5rem + 1.5vw,3rem) 0}}.how-we-work__step-header{align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.how-we-work__step-icon{color:#111;flex-shrink:0;justify-content:center;align-items:center;display:flex}.how-we-work__step-title{color:#111;margin:0;font-size:clamp(1.1rem,1rem + .5vw,1.4rem);font-weight:600}.how-we-work__step-description{color:#111;max-width:520px;margin:0;font-size:clamp(.8rem,.7rem + .2vw,.95rem);line-height:1.6}@media (min-width:768px){.how-we-work__step-description{justify-self:start}}.portfolio-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;padding:clamp(.5rem,.4rem + .5vw,1rem);display:flex;position:relative;overflow-x:hidden}.portfolio-page__container{width:min(1920px,100%);margin-inline:auto}.portfolio-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;padding:4rem .5rem;overflow:hidden}.portfolio-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.portfolio-section{background-color:#050505;justify-content:center;align-items:start;width:100%;padding:clamp(1.5rem,1.2rem + 1vw,2rem) 0;display:flex}.portfolio-section__container{flex-direction:column;gap:64px;width:100%;margin-inline:auto;display:flex}.portfolio-section__grid{grid-template-columns:repeat(2,1fr);gap:40px clamp(1rem,.8rem + .8vw,1.5rem);display:grid}@media (max-width:768px){.portfolio-section__grid{grid-template-columns:1fr;row-gap:32px}}.portfolio-section__actions{justify-content:center;margin-top:24px;display:flex}.portfolio-section__load-more{cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:8px 16px;transition:opacity .2s;display:inline-flex}.portfolio-section__load-more:hover{opacity:.7}.portfolio-section__load-icon{background-color:#f26419;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.portfolio-section__load-text{letter-spacing:.05em;color:#eaeaea;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.contact-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;padding:clamp(.5rem,.4rem + .5vw,1rem);display:flex;position:relative;overflow-x:hidden}.contact-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;padding:4rem .5rem;overflow:hidden}.contact-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contact-section{background:#050505 url(/images/contact/contact-us-bg.jpg) 50%/cover no-repeat;border-radius:12px;justify-content:center;width:100%;min-height:100vh;padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(1.5rem,1.2rem + 1vw,2rem);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;position:relative}border .contact-section:before{content:"";z-index:0;pointer-events:none;position:absolute;inset:0}.contact-section>.contact-section__container{z-index:1;position:relative}.contact-section__container{flex-direction:column;gap:64px;width:min(1920px,100%);margin-inline:auto;display:flex}.contact-section__map-wrapper{background:#111 url(/images/black-sparkle-sand.jpg) 50%/cover no-repeat;border-radius:16px;width:100%;min-height:240px;position:relative;overflow:hidden}.contact-section__map-placeholder{background-color:#050505;width:100%;padding-top:45%;position:relative}.contact-section__map-image{object-fit:cover;object-position:center}.contact-section__content{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}@media (max-width:992px){.contact-section__content{grid-template-columns:1fr;gap:48px}}.contact-section__info-col{color:#eaeaea;flex-direction:column;display:flex}.contact-section__eyebrow{letter-spacing:.05em;color:#eaeaea;text-transform:uppercase;margin-bottom:24px;font-size:.75rem;font-weight:500}.contact-section__title{color:#eaeaea;letter-spacing:-.02em;margin-bottom:64px;font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1.2}.contact-section__details-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}@media (max-width:576px){.contact-section__details-grid{grid-template-columns:1fr}}.contact-section__detail-item{flex-direction:column;gap:12px;display:flex}.contact-section__detail-header{letter-spacing:.05em;color:#eaeaea;text-transform:uppercase;align-items:center;gap:8px;font-size:.65rem;font-weight:600;display:flex}.contact-section__detail-header svg{color:#eaeaea}.contact-section__detail-text{color:#eaeaea;margin:0;font-size:.9rem;line-height:1.6}.contact-section__form-col{justify-content:flex-end;display:flex}@media (max-width:992px){.contact-section__form-col{justify-content:flex-start}}.contact-form{color:#eaeaea;background-color:#111;border-radius:16px;width:100%;max-width:540px;padding:48px}@media (max-width:576px){.contact-form{padding:32px 24px}}.contact-form__title{margin-top:0;margin-bottom:32px;font-size:1.25rem;font-weight:500}.contact-form__element{flex-direction:column;gap:24px;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:375px){.contact-form__row{grid-template-columns:1fr}}.contact-form__group{flex-direction:column;gap:8px;display:flex}.contact-form__label{text-transform:uppercase;color:#eaeaea;letter-spacing:.05em;font-size:.65rem;font-weight:600}.contact-form__input,.contact-form__select,.contact-form__textarea{color:#eaeaea;background-color:#050505;border:1px solid #0000;border-radius:8px;outline:none;width:100%;padding:16px;font-family:inherit;font-size:.75rem;font-weight:500;transition:border-color .2s}.contact-form__input::placeholder,.contact-form__select::placeholder,.contact-form__textarea::placeholder{color:#9a9a9a;text-transform:uppercase;letter-spacing:.05em}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{border-color:#9a9a9a}.contact-form__select-wrapper{position:relative}.contact-form__select-wrapper:after{content:"";pointer-events:none;border-top:4px solid #eaeaea;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.contact-form__select{appearance:none;cursor:pointer;text-transform:uppercase}.contact-form__textarea{resize:none;min-height:120px}.contact-form__submit{cursor:pointer;background:0 0;border:none;align-items:center;gap:16px;margin-top:16px;padding:0;transition:opacity .2s;display:inline-flex}.contact-form__submit:hover{opacity:.7}.contact-form__submit-icon{color:#eaeaea;background-color:#f26419;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.contact-form__submit-text{letter-spacing:.05em;text-transform:uppercase;color:#eaeaea;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.web-dev-section{color:#050505;background-color:#eaeaea;font-family:Poppins,Segoe UI,sans-serif}.web-dev-section__container{flex-direction:column;gap:clamp(2rem,1.5rem + 1.5vw,3rem);width:min(1920px,100%);margin-inline:auto;display:flex}.web-dev-section .section-title,.web-dev-section__header{text-align:center;max-width:700px;margin:0 auto clamp(1.5rem,1.2rem + 1vw,2rem)}.web-dev-section .section-title h2,.web-dev-section__header h2{letter-spacing:-.02em;color:#050505;margin-bottom:1rem;font-size:clamp(2rem,3vw,2.75rem);font-weight:700}.web-dev-section .section-title h2 span,.web-dev-section__header h2 span{color:#f26419}.web-dev-section .section-title p,.web-dev-section__header p{color:#9a9a9a;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.6}.web-dev-section__top-solutions{grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,1.2rem + 1vw,2rem);display:grid}@media (max-width:992px){.web-dev-section__top-solutions{grid-template-columns:1fr}}.web-dev-section .solution-card{background:#111;border:1px solid #9a9a9a33;border-radius:clamp(1.25rem,2vw,2rem);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #00000014}@media (max-width:576px){.web-dev-section .solution-card{flex-direction:column}}.web-dev-section .solution-card__content{flex-direction:column;flex:1;padding:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.web-dev-section .solution-card__icon{color:#f26419;background:#f2641926;border-radius:clamp(.75rem,1.2vw,1.25rem);justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin-bottom:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.web-dev-section .solution-card__icon svg{width:1.25rem;height:1.25rem}.web-dev-section .solution-card__title{color:#eaeaea;margin-bottom:clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem);font-weight:600}.web-dev-section .solution-card__desc{color:#9a9a9a;margin-bottom:clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.6}.web-dev-section .solution-card__features{flex-direction:column;gap:clamp(.25rem,.2rem + .2vw,.5rem);margin:0 0 clamp(1rem,.8rem + .8vw,1.5rem);padding:0;list-style:none;display:flex}.web-dev-section .solution-card__features li{color:#eaeaea;align-items:center;gap:clamp(.25rem,.2rem + .2vw,.5rem);font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:500;display:flex}.web-dev-section .solution-card__features .icon-check{color:#f26419;width:1.25rem;height:1.25rem}.web-dev-section .solution-card__btn{color:#f26419;cursor:pointer;background:#f2641926;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin-top:auto;transition:all .2s;display:flex}.web-dev-section .solution-card__btn:hover{color:#fff;background:#f26419}.web-dev-section .solution-card__btn svg{width:.875rem;height:.875rem}.web-dev-section .solution-card__visual{background-color:#05050580;border-left:1px solid #9a9a9a26;flex:1;justify-content:center;align-items:center;padding:clamp(1rem,.8rem + .8vw,1.5rem);display:flex;position:relative}.web-dev-section .abstract-mockup{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.web-dev-section .abstract-mockup .abstract-ui{background:#111;border-radius:clamp(1.25rem,2vw,2rem);flex-direction:column;gap:clamp(1rem,.8rem + .8vw,1.5rem);width:200px;height:250px;padding:clamp(1rem,.8rem + .8vw,1.5rem);display:flex;box-shadow:0 20px 40px #00000026}.web-dev-section .abstract-mockup .abstract-ui__header{background:#9a9a9a4d;border-radius:clamp(.5rem,.8vw,.75rem);width:40%;height:8px}.web-dev-section .abstract-mockup .abstract-ui__hero{color:#f26419;background:#f2641926;border-radius:clamp(.75rem,1.2vw,1.25rem);flex:1;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.web-dev-section .abstract-mockup .abstract-ui__blocks{gap:clamp(.25rem,.2rem + .2vw,.5rem);display:flex}.web-dev-section .abstract-mockup .abstract-ui__blocks span{background:#9a9a9a33;border-radius:clamp(.5rem,.8vw,.75rem);flex:1;height:30px}.web-dev-section .abstract-mockup .abstract-code{position:relative}.web-dev-section .abstract-mockup .abstract-code__window{background:#050505;border:1px solid #9a9a9a33;border-radius:clamp(1.25rem,2vw,2rem);width:240px;height:160px;padding:clamp(1rem,.8rem + .8vw,1.5rem)}.web-dev-section .abstract-mockup .abstract-code__lines{flex-direction:column;gap:clamp(.25rem,.2rem + .2vw,.5rem);display:flex}.web-dev-section .abstract-mockup .abstract-code__lines span{background:#ffffff1a;border-radius:3px;height:6px}.web-dev-section .abstract-mockup .abstract-code__lines span:first-child{background:#60a5fa;width:80%}.web-dev-section .abstract-mockup .abstract-code__lines span:nth-child(2){background:#34d399;width:60%}.web-dev-section .abstract-mockup .abstract-code__lines span:nth-child(3){width:40%}.web-dev-section .abstract-mockup .abstract-code__tag{color:#fff;background:#f26419;border-radius:clamp(1.25rem,2vw,2rem);padding:clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:700;position:absolute;bottom:-20px;right:-20px;box-shadow:0 10px 25px -5px #0000001a}.web-dev-section .features-grid-4{grid-template-columns:repeat(4,1fr);gap:clamp(1rem,.8rem + .8vw,1.5rem);display:grid}@media (max-width:992px){.web-dev-section .features-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.web-dev-section .features-grid-4{grid-template-columns:1fr}}.web-dev-section .feature-item{background:#111;border:1px solid #9a9a9a33;border-radius:clamp(1.25rem,2vw,2rem);align-items:flex-start;gap:clamp(1rem,.8rem + .8vw,1.5rem);padding:clamp(1.5rem,1.2rem + 1vw,2rem);transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #00000014}.web-dev-section .feature-item:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.web-dev-section .feature-item__icon{color:#f26419;background:#f2641926;border:none;border-radius:clamp(.75rem,1.2vw,1.25rem);flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.web-dev-section .feature-item__icon svg{width:1rem;height:1rem}.web-dev-section .feature-item__content h4{color:#eaeaea;margin-bottom:.5rem;font-size:clamp(1.1rem,1rem + .5vw,1.4rem);font-weight:700}.web-dev-section .feature-item__content p{color:#9a9a9a;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.5}.web-dev-section .process-timeline{grid-template-columns:repeat(6,1fr);gap:1.5rem;padding-top:2rem;display:grid;position:relative}@media (max-width:992px){.web-dev-section .process-timeline{grid-template-columns:repeat(3,1fr);gap:3rem 1.5rem}}@media (max-width:576px){.web-dev-section .process-timeline{grid-template-columns:1fr;gap:2rem}}.web-dev-section .process-timeline__line{z-index:0;background:#9a9a9a33;height:2px;position:absolute;top:3.75rem;left:8%;right:8%}@media (max-width:992px){.web-dev-section .process-timeline__line{display:none}}.web-dev-section .process-step{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.web-dev-section .process-step__icon-wrapper{background:#eaeaea;border-radius:50%;margin-bottom:1rem;padding:.5rem}.web-dev-section .process-step__icon{color:#f26419;background:#111;border:2px solid #f264194d;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.web-dev-section .process-step__icon svg{width:1rem;height:1rem}.web-dev-section .process-step h4{color:#050505;margin-bottom:clamp(.25rem,.2rem + .2vw,.5rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:700}.web-dev-section .process-step p{color:#9a9a9a;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.4}.web-dev-section__stats{background:#111;border:1px solid #9a9a9a33;border-radius:clamp(1.25rem,2vw,2rem);grid-template-columns:repeat(4,1fr);gap:1rem;padding:2rem;display:grid;box-shadow:0 4px 6px -1px #00000014}@media (max-width:768px){.web-dev-section__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:375px){.web-dev-section__stats{grid-template-columns:1fr}}.web-dev-section .stat-item{justify-content:center;align-items:center;gap:1rem;display:flex}.web-dev-section .stat-item__icon{color:#f26419;background:#f2641926;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.web-dev-section .stat-item__icon svg{width:1rem;height:1rem}.web-dev-section .stat-item__content h3{color:#eaeaea;margin-bottom:clamp(.25rem,.2rem + .2vw,.5rem);font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem);font-weight:700;line-height:1}.web-dev-section .stat-item__content p{color:#9a9a9a;font-size:clamp(.85rem,.6rem + .5vw,1.25rem)}.web-dev-section__services-layout{grid-template-columns:2fr 1fr;gap:clamp(.5rem,.4rem + .5vw,1rem);display:grid}@media (max-width:992px){.web-dev-section__services-layout{grid-template-columns:1fr}}.web-dev-section .services-main h3{color:#050505;margin-bottom:clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem);font-weight:700}.web-dev-section .services-grid{grid-template-columns:repeat(2,1fr);gap:clamp(1rem,.8rem + .8vw,1.5rem);display:grid}@media (max-width:576px){.web-dev-section .services-grid{grid-template-columns:1fr}}.web-dev-section .service-card{background:#111;border:1px solid #9a9a9a33;border-radius:clamp(1.25rem,2vw,2rem);flex-direction:row;align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);padding:clamp(1rem,.8rem + .8vw,1.5rem);transition:transform .2s;display:flex;box-shadow:0 4px 6px -1px #00000014}.web-dev-section .service-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px -5px #0000001a}.web-dev-section .service-card__icon{color:#f26419;background:#f2641926;border-radius:clamp(.75rem,1.2vw,1.25rem);flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.web-dev-section .service-card__icon svg{width:1rem;height:1rem}.web-dev-section .service-card__content{flex:1}.web-dev-section .service-card__content h4{color:#eaeaea;margin-bottom:clamp(.25rem,.2rem + .2vw,.5rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:700}.web-dev-section .service-card__content p{color:#9a9a9a;font-size:clamp(.8rem,.7rem + .2vw,.95rem);line-height:1.4}.web-dev-section .service-card__arrow{color:#9a9a9a}.web-dev-section .service-card__arrow svg{width:1rem;height:1rem}.web-dev-section .services-sidebar{flex-direction:column;gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.web-dev-section .cta-card{color:#eaeaea;background:#111;border:1px solid #9a9a9a33;border-radius:clamp(1.25rem,2vw,2rem);padding:clamp(1.5rem,1.2rem + 1vw,2rem);position:relative;overflow:hidden}.web-dev-section .cta-card h3{z-index:2;color:#eaeaea;margin-bottom:clamp(1rem,.8rem + .8vw,1.5rem);font-size:1.75rem;font-weight:700;position:relative}.web-dev-section .cta-card p{color:#9a9a9a;z-index:2;margin-bottom:clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.5;position:relative}.web-dev-section .cta-card__btn{color:#fff;cursor:pointer;z-index:2;background:#f26419;border:none;border-radius:clamp(.75rem,1.2vw,1.25rem);align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;transition:background .2s;display:inline-flex;position:relative}.web-dev-section .cta-card__btn:hover{background:#c94a12}.web-dev-section .cta-card__btn svg{width:1.2rem;height:1.2rem}.web-dev-section .cta-card__bubble{filter:blur(20px);z-index:1;background:radial-gradient(circle at 0 0,#f2641966,#f2641900);border-radius:50%;position:absolute}.web-dev-section .cta-card__bubble--1{width:140px;height:140px;bottom:-30px;right:-30px}.web-dev-section .cta-card__bubble--2{opacity:.5;width:90px;height:90px;top:10px;right:20px}.web-dev-section .form-card{background:#111;border:1px solid #9a9a9a33;border-radius:clamp(1.25rem,2vw,2rem);padding:2rem;box-shadow:0 4px 6px -1px #00000014}.web-dev-section .form-card h3{color:#eaeaea;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.web-dev-section .form-card .project-form{flex-direction:column;gap:1rem;display:flex}.web-dev-section .form-card .form-group{position:relative}.web-dev-section .form-card .form-group input{color:#eaeaea;background:#ffffff12;border:1px solid #9a9a9a4d;border-radius:clamp(.75rem,1.2vw,1.25rem);outline:none;width:100%;padding:.875rem 1rem .875rem 2.5rem;font-family:inherit;font-size:.9rem}.web-dev-section .form-card .form-group input::placeholder{color:#9a9a9ab3}.web-dev-section .form-card .form-group input:focus{border-color:#f26419}.web-dev-section .form-card .form-group svg{color:#9a9a9a;width:.95rem;height:.95rem;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.web-dev-section .form-card .form-submit{color:#fff;cursor:pointer;background:#f26419;border:none;border-radius:clamp(.75rem,1.2vw,1.25rem);justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;font-weight:600;transition:background .2s;display:flex}.web-dev-section .form-card .form-submit:hover{background:#c94a12}.web-dev-section .form-card .form-submit svg{width:1rem;height:1rem}.web-dev-section__info-grid,.web-dev-section__bottom-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:992px){.web-dev-section__info-grid,.web-dev-section__bottom-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.web-dev-section__info-grid,.web-dev-section__bottom-grid{grid-template-columns:1fr}}.web-dev-section .info-card{background:#111;border:1px solid #9a9a9a33;border-radius:clamp(1.25rem,2vw,2rem);padding:1.75rem;box-shadow:0 4px 6px -1px #00000014}.web-dev-section .info-card h3{color:#eaeaea;margin-bottom:1.5rem;font-size:1.15rem;font-weight:700}.web-dev-section .faq-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.web-dev-section .faq-list li{color:#eaeaea;cursor:pointer;background:#ffffff0d;border:1px solid #9a9a9a26;border-radius:clamp(.75rem,1.2vw,1.25rem);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.9rem;font-weight:500;transition:border-color .2s;display:flex}.web-dev-section .faq-list li:hover{color:#f26419;border-color:#f26419}.web-dev-section .faq-list li .icon-plus{color:#9a9a9a;flex-shrink:0;width:1.2rem;height:1.2rem}.web-dev-section .tech-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.web-dev-section .tech-list li{color:#eaeaea;align-items:flex-start;gap:.75rem;font-size:.85rem;display:flex}.web-dev-section .tech-list li .icon-tech{color:#f26419;flex-shrink:0;width:1.2rem;height:1.2rem;margin-top:.15rem}.web-dev-section .tech-list li strong{color:#eaeaea}.web-dev-section .core-features-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.web-dev-section .core-features-list li{color:#eaeaea;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.web-dev-section .core-features-list li .icon-circle{color:#fff;background:#f26419;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.web-dev-section .core-features-list li .icon-circle svg{width:.75rem;height:.75rem}.web-dev-section .portfolio-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:992px){.web-dev-section .portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.web-dev-section .portfolio-grid{grid-template-columns:1fr}}.web-dev-section .portfolio-card{background:#111;border:1px solid #9a9a9a33;border-radius:clamp(1.25rem,2vw,2rem);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #00000014}.web-dev-section .portfolio-card__image{background:#4a1e0d;height:180px;padding:1rem;position:relative}.web-dev-section .portfolio-card__image .badge{color:#eaeaea;background:#111;border:1px solid #9a9a9a4d;border-radius:4px;padding:.3rem .6rem;font-size:.75rem;font-weight:500;position:absolute;top:1rem;left:1rem}.web-dev-section .portfolio-card__body{flex:1;gap:1rem;padding:1.5rem;display:flex}@media (max-width:1200px) and (min-width:1024px){.web-dev-section .portfolio-card__body{flex-direction:column}}@media (max-width:375px){.web-dev-section .portfolio-card__body{flex-direction:column}}.web-dev-section .portfolio-card__info{flex-direction:column;flex:1.5;display:flex}.web-dev-section .portfolio-card__info h4{color:#eaeaea;margin-bottom:clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem);font-weight:700}.web-dev-section .portfolio-card__info p{color:#9a9a9a;margin-bottom:1rem;font-size:.85rem;line-height:1.5}.web-dev-section .portfolio-card__info .view-link{color:#f26419;align-items:center;gap:.4rem;margin-top:auto;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.web-dev-section .portfolio-card__info .view-link svg{width:1rem;height:1rem}.web-dev-section .portfolio-card__stats{border-left:1px solid #9a9a9a33;flex-direction:column;flex:1;gap:1rem;padding-left:1rem;display:flex}@media (max-width:1200px) and (min-width:1024px){.web-dev-section .portfolio-card__stats{border-top:1px solid #9a9a9a33;border-left:none;flex-direction:row;padding-top:1rem;padding-left:0}}@media (max-width:375px){.web-dev-section .portfolio-card__stats{border-top:1px solid #9a9a9a33;border-left:none;flex-direction:row;padding-top:1rem;padding-left:0}}.web-dev-section .portfolio-card__stats .stat{flex-direction:column;display:flex}.web-dev-section .portfolio-card__stats .stat .val{color:#f26419;margin-bottom:.25rem;font-size:1.25rem;font-weight:700;line-height:1}.web-dev-section .portfolio-card__stats .stat .label{color:#9a9a9a;font-size:.75rem}.web-dev-section .industries-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.web-dev-section .industries-grid .industry-pill{color:#eaeaea;background:#ffffff0d;border:1px solid #9a9a9a26;border-radius:clamp(.75rem,1.2vw,1.25rem);align-items:center;gap:.5rem;padding:.6rem;font-size:.85rem;font-weight:500;display:flex}.web-dev-section .industries-grid .industry-pill .icon-ind{color:#f26419;width:1.1rem;height:1.1rem}.web-dev-section .trust-list{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.web-dev-section .trust-list li{color:#eaeaea;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.web-dev-section .trust-list li .icon-check{color:#f26419;width:1.2rem;height:1.2rem}.web-dev-section .clients-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.web-dev-section .clients-grid .client-logo{color:#9a9a9a;background:#ffffff0d;border:1px solid #9a9a9a33;border-radius:clamp(.75rem,1.2vw,1.25rem);justify-content:center;align-items:center;height:48px;font-size:.8rem;font-weight:700;display:flex}.theme-default{color:var(--color-foreground)}.main-layout{background:#fff;flex-direction:column;min-width:100%;min-height:100dvh;display:flex;position:relative;overflow-x:hidden}.main-layout:has(.hero-section) .main-layout__header{display:none}.main-layout__header{z-index:30;width:min(1920px,100%);margin-inline:auto;position:relative}.main-layout__main{flex:1;position:relative}
/*# sourceMappingURL=0-v3-z03t8iae.css.map*/