:root{--color-primary:#0068ff;--color-secondary:#fa5aff;--color-text:#171717;--color-text-light:#6b6b6b;--color-background:#fff;--color-background-light:#f7f7f7;--color-border:#e5e5e5;--container-width:1440px;--container-padding:24px}@media (width>=1600px){:root{--container-width:1600px}}@media (width>=1920px){:root{--container-width:1760px}}:root{--page-gutter:clamp(16px, 2.5vw, 40px);--section-y:clamp(30px, 5vw, 90px);--section-y-compact:clamp(42px, 4vw, 64px);--section-y-large:clamp(72px, 6vw, 110px);--section-gap:clamp(32px, 4vw, 64px);--content-gap:clamp(40px, 5vw, 80px)}body{margin:0;padding:0}:root{--fs-eyebrow:clamp(9px, .6vw, 11px);--fs-micro:clamp(10px, .7vw, 12px);--fs-body-small:clamp(12px, .8vw, 13px);--fs-body:clamp(14px, .95vw, 16px);--fs-lead:clamp(16px, 1.3vw, 21px);--fs-card-title:clamp(20px, 1.6vw, 26px);--fs-subtitle:clamp(26px, 2.3vw, 36px);--fs-section-title:clamp(38px, 4vw, 64px);--fs-page-title:clamp(42px, 4.6vw, 72px);--lh-display:.98;--lh-heading:1.08;--lh-title:1.18;--lh-lead:1.65;--lh-body:1.8}@font-face{font-family:Audiowide;src:url(/fonts/Audiowide/Audiowide-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}h1,h2,h3,h4,h5,h6{color:inherit;margin:0;font-family:Inter,Inter Fallback;font-weight:600}h1{font-size:var(--fs-page-title);line-height:var(--lh-heading);letter-spacing:-.045em}h2{font-size:var(--fs-section-title);line-height:var(--lh-heading);letter-spacing:-.04em}h3{font-size:var(--fs-subtitle);line-height:var(--lh-title);letter-spacing:-.03em}h4{font-size:var(--fs-card-title);letter-spacing:-.025em;line-height:1.25}h5{font-size:var(--fs-lead);letter-spacing:-.015em;line-height:1.4}h6{font-size:var(--fs-body);letter-spacing:-.01em;line-height:1.5}p{font-size:var(--fs-body);font-weight:400;line-height:var(--lh-body);margin:0}strong,b{font-weight:700}small{font-size:var(--fs-body-small);line-height:1.6}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;margin:0;padding:0}body{margin:0;padding:0;font-family:Inter,Inter Fallback}h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit;margin:0;padding:0}button{cursor:pointer;background:0 0;border:0}img,picture,svg,video,canvas{max-width:100%;display:block}img{height:auto}input,textarea,select{border:0;outline:0}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}.offer-page{background-color:#000}.grecaptcha-badge{visibility:hidden!important}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:24px}@media (width<=1440px){.container{padding-inline:20px}}@media (width<=768px){.container{padding-inline:20px}}@media (width<=576px){.container{padding-inline:16px}}.site-header{z-index:500;background:0 0;width:100%;transition:background-color .3s,box-shadow .3s;position:fixed;top:42px;left:0}.site-header--scrolled{background-color:#000}.site-header__inner{justify-content:space-between;align-items:center;gap:40px;height:92px;display:flex;position:relative}.site-header__logo{z-index:3;flex-shrink:0;align-items:center;display:flex;position:relative}.site-header__logo img{width:105px;height:auto;display:block}.site-header__nav{flex:1;justify-content:center;align-items:center;height:100%;display:flex}.site-header__menu{justify-content:space-between;align-items:center;height:100%;margin:0;padding:0;list-style:none;display:flex}.site-header__menu-item{align-items:center;height:100%;display:flex}.site-header__link{white-space:nowrap;color:#ffffffe6;min-height:46px;font-size:var(--fs-body);background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding-inline:clamp(5px,1.42857vw,20px);font-weight:500;line-height:1;transition:color .3s,border-color .3s,background-color .3s;display:inline-flex;position:relative}.site-header__link:hover{color:#fa5aff;background-color:#fa5aff0a;border-color:#fa5aff}.site-header__link--active{color:#fa5aff}.site-header__link--arrow{gap:12px}.site-header__arrow{border-bottom:1.5px solid;border-right:1.5px solid;flex:0 0 8px;width:8px;height:8px;transition:transform .3s,border-color .3s;transform:rotate(45deg)translateY(-2px)}.site-header__actions{flex-shrink:0;align-items:center;display:flex}.site-header__quote-button{color:#fff;font-size:var(--fs-body);white-space:nowrap;background-color:#086bf8;border:1px solid #488effcc;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:13px 15px;font-weight:600;line-height:1;transition:transform .3s,box-shadow .3s,background-color .3s;display:inline-flex;box-shadow:0 8px 30px #086bf82e,inset 0 1px #ffffff1f}.site-header__quote-button:hover{background-color:#1676ff;transform:translateY(-2px);box-shadow:0 12px 36px #086bf84d,inset 0 1px #ffffff29}.site-header__quote-dot{background:#fa5aff;border-radius:50%;flex:0 0 10px;width:10px;height:10px;box-shadow:0 0 12px #f33be999}.site-header__toggle-button,.site-header__mobile-header,.site-header__mobile-contact,.site-header__mobile-footer,.site-header__mobile-glow,.site-header__mobile-action{display:none}@media (width<=1200px){.site-header__inner{gap:0}.site-header__link{padding-inline:16px}.site-header__quote-button{padding-inline:18px}}@media (width<=1100px){.topbar{display:none}.site-header{background:0 0;height:82px;top:0}.site-header--scrolled,.site-header.is-menu-open{-webkit-backdrop-filter:blur(20px);background:#000000f0;box-shadow:0 1px #ffffff14}.site-header__inner{z-index:1001;gap:0;height:82px;min-height:82px}.site-header__logo{z-index:1102;position:relative}.site-header__logo img{width:105px}.site-header__actions{position:absolute;right:63px}.site-header__toggle-button{z-index:1102;-webkit-backdrop-filter:blur(10px);cursor:pointer;appearance:none;background:#ffffff0a;border:1px solid #ffffff24;border-radius:12px;outline:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;padding:0;transition:border-color .25s,background-color .25s;display:flex;position:relative}.site-header__toggle-button span{transform-origin:50%;background:#fff;border-radius:100px;flex-shrink:0;width:20px;height:1.5px;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .2s;display:block}.site-header__toggle-button:hover{background:#3b82f614;border-color:#3b82f68c}.site-header__nav{z-index:1100;opacity:0;visibility:hidden;pointer-events:none;background:linear-gradient(135deg,#020207 0%,#05050b 54%,#000 100%);width:100vw;height:100dvh;padding:60px clamp(20px,5vw,64px) 0;transition:transform .6s cubic-bezier(.77,0,.18,1),opacity .32s,visibility .6s;display:block;position:fixed;inset:0;overflow:hidden;transform:translate(100%)}.site-header__nav:before{content:"";z-index:0;pointer-events:none;opacity:.25;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 90%);mask-image:linear-gradient(#000,#0000 90%)}.site-header.is-menu-open .site-header__nav{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.site-header.is-menu-open .site-header__toggle-button{background:#ffffff14;border-color:#ffffff38}.site-header.is-menu-open .site-header__toggle-button span:first-child{transform:translateY(6.5px)rotate(45deg)}.site-header.is-menu-open .site-header__toggle-button span:nth-child(2){opacity:0}.site-header.is-menu-open .site-header__toggle-button span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.site-header__mobile-glow{filter:blur(120px);pointer-events:none;border-radius:50%;display:block;position:absolute}.site-header__mobile-glow--blue{opacity:.17;background:#0068ff;width:430px;height:430px;top:-180px;right:-100px}.site-header__mobile-glow--pink{opacity:.1;background:#f533f5;width:400px;height:400px;bottom:-120px;left:-180px}.site-header__mobile-header{z-index:2;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-start;height:52px;padding-bottom:18px;display:flex;position:relative}.site-header__mobile-eyebrow,.site-header__mobile-index{color:#ffffff61;font-size:var(--fs-eyebrow);letter-spacing:.16em;font-weight:600;line-height:1}.site-header__mobile-index{color:#4d8eff}.site-header__mobile-scroll{z-index:2;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ffffff2e transparent;height:calc(100dvh - 100px);padding:20px 4px 30px 0;position:relative;overflow:hidden auto}.site-header__menu{flex-direction:column;align-items:stretch;gap:0;width:100%;height:auto;margin:0;padding:0;list-style:none;display:flex}.site-header__menu-item{border-bottom:1px solid #ffffff14;width:100%;height:auto;display:block}.site-header__link{color:#ffffffe6;width:100%;min-height:65px;font-size:var(--fs-lead);letter-spacing:-.035em;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:20px;padding:0 4px;font-weight:500;line-height:1;transition:color .25s,padding-left .35s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.site-header__link:before{content:"";opacity:0;background:linear-gradient(90deg,#0068ff,#f533f5);width:0;height:1px;transition:width .35s,opacity .25s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.site-header__link:hover,.site-header__link--active{color:#fff;background:0 0;border:0;padding-left:50px}.site-header__link:hover:before,.site-header__link--active:before{opacity:1;width:38px}.site-header__arrow{border-bottom:1.5px solid #ffffff8c;border-right:1.5px solid #ffffff8c;flex:0 0 10px;width:10px;height:10px;margin-right:7px;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .25s;transform:rotate(45deg)}.site-header__mobile-contact{margin-top:25px;padding-top:22px;display:block}.site-header__mobile-contact-head{color:#ffffff57;font-size:var(--fs-eyebrow);letter-spacing:.18em;justify-content:space-between;align-items:center;margin-bottom:18px;font-weight:700;line-height:1;display:flex}.site-header__mobile-contact-item{color:#fff;border-bottom:1px solid #ffffff14;border-radius:12px;grid-template-columns:48px minmax(0,1fr) 38px;align-items:center;gap:16px;min-height:82px;padding:12px 14px;transition:background-color .25s,border-color .25s,transform .25s;display:grid;position:relative}.site-header__mobile-contact-item:hover{background:#ffffff09;border-color:#ffffff24;transform:translate(4px)}.site-header__mobile-contact-item:hover .site-header__mobile-contact-arrow{transform:translate(3px)translateY(-3px)}.site-header__mobile-contact-item:hover .site-header__mobile-contact-icon{transform:scale(1.06)}.site-header__mobile-contact-item--phone .site-header__mobile-contact-icon{color:#4d8eff;background:#4d8eff1c;border-color:#4d8eff47;box-shadow:0 0 28px #4d8eff1a}.site-header__mobile-contact-item--phone .site-header__mobile-contact-arrow{color:#4d8eff}.site-header__mobile-contact-item--mail .site-header__mobile-contact-icon{color:#f533f5;background:#f533f51a;border-color:#f533f542;box-shadow:0 0 28px #f533f514}.site-header__mobile-contact-item--mail .site-header__mobile-contact-arrow{color:#f533f5}.site-header__mobile-contact-item--location .site-header__mobile-contact-icon{color:#8b5cf6;background:#8b5cf61a;border-color:#8b5cf647;box-shadow:0 0 28px #8b5cf614}.site-header__mobile-contact-item--location .site-header__mobile-contact-arrow{color:#8b5cf6}.site-header__mobile-contact-icon{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .25s,background-color .25s,border-color .25s;display:flex}.site-header__mobile-contact-icon svg{width:19px;height:19px}.site-header__mobile-contact-content{flex-direction:column;gap:7px;min-width:0;display:flex}.site-header__mobile-contact-label{color:#ffffff57;font-size:var(--fs-eyebrow);letter-spacing:.14em;font-weight:700;line-height:1}.site-header__mobile-contact-value{color:#ffffffeb;min-width:0;font-size:var(--fs-body);font-weight:500;line-height:var(--lh-title);letter-spacing:-.01em;overflow-wrap:anywhere}.site-header__mobile-contact-arrow{background:#ffffff06;border:1px solid;border-radius:50%;justify-content:center;justify-self:end;align-items:center;width:38px;height:38px;font-size:15px;line-height:1;transition:transform .25s,background-color .25s;display:flex}.site-header__mobile-action{margin-top:50px;display:block}.site-header__mobile-action-label{color:#ffffff57;font-size:var(--fs-eyebrow);letter-spacing:.16em;margin-bottom:12px;font-weight:600;display:block}.site-header__mobile-quote{color:#fff;width:100%;max-width:400px;min-height:82px;font-size:var(--fs-lead);letter-spacing:-.03em;background:linear-gradient(110deg,#0068ff33,#f533f514);border:1px solid #3b82f657;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:0 24px;font-weight:500;transition:border-color .25s,transform .25s;display:flex}.site-header__mobile-quote:hover{border-color:#3b82f6b3;transform:translateY(-2px)}.site-header__mobile-quote-icon{color:#fff;background:#086bf8;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex;box-shadow:0 10px 30px #086bf847}.site-header__mobile-quote-icon svg{color:#fff;width:25px}.site-header__mobile-footer{color:#ffffff38;font-size:var(--fs-micro);letter-spacing:.12em;border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:20px;margin-top:34px;padding-top:16px;font-weight:500;display:flex}}@media (width<=576px){.site-header{height:74px}.site-header__inner{height:74px;min-height:74px}.site-header__logo img{width:96px}.site-header__toggle-button{border-radius:10px;width:44px;height:44px}.site-header__nav{padding:88px 18px 0}.site-header__mobile-header{height:42px;padding-bottom:14px}.site-header__mobile-scroll{height:calc(100dvh - 130px);padding:8px 2px 0 0}.site-header__link{min-height:66px}.site-header__mobile-contact{margin-top:44px}.site-header__mobile-contact-label{display:none}.site-header__mobile-contact-item{gap:10px;min-height:40px;display:flex}.site-header__mobile-contact-icon{border:none;width:25px;height:25px;background-color:#0000!important}.site-header__mobile-contact-icon svg{width:17px;height:17px}.site-header__mobile-contact-arrow{width:34px;height:34px;font-size:13px}.site-header__mobile-quote{min-height:72px;padding:0 18px}.site-header__mobile-quote-icon{flex-basis:38px;width:38px;height:38px}}html.menu-open,body.menu-open{overflow:hidden}.site-footer{--footer-bg:#020208;--footer-panel:#080810;--footer-white:#fff;--footer-muted:#8b8995;--footer-border:#ffffff14;--footer-purple:#f533f5;--footer-blue:#086bf8;--footer-cyan:#41dff5;isolation:isolate;background:var(--footer-bg);width:100%;color:var(--footer-white);position:relative;overflow:hidden}.site-footer:before{content:"";z-index:2;background:linear-gradient(90deg,#0000 0%,#f533f526 20%,#f533f5cc 50%,#086bf84d 75%,#0000 100%);width:100%;height:1px;position:absolute;top:0;left:0}.site-footer__glow{z-index:-1;filter:blur(140px);pointer-events:none;border-radius:50%;position:absolute}.site-footer__glow--left{background:#f533f51f;width:500px;height:420px;top:80px;left:-320px}.site-footer__glow--right{background:#086bf81f;width:580px;height:460px;top:180px;right:-350px}.site-footer__main{grid-template-columns:minmax(230px,.85fr) minmax(0,2.15fr);gap:clamp(70px,8vw,140px);padding-block:clamp(65px,6vw,95px);display:grid}.site-footer__brand{max-width:340px}.site-footer__brand-info,.site-footer__brand-meta{min-width:0}.site-footer__brand-meta{flex-direction:column;align-items:flex-start;display:flex}.site-footer__logo{align-items:center;width:110px;height:auto;margin-bottom:26px;text-decoration:none;display:inline-flex}.site-footer__logo img{width:100%;height:auto;display:block}.site-footer__brand-description{color:#ffffff61;max-width:320px;font-size:var(--fs-body);line-height:var(--lh-body);margin:0 0 30px}.site-footer__experience{align-items:center;gap:20px;margin-bottom:31px;display:flex}.site-footer__experience>div{flex-direction:column;gap:4px;display:flex}.site-footer__experience>div strong{color:#fff;font-size:var(--fs-lead);white-space:nowrap;font-weight:600}.site-footer__experience>div span{color:#ffffff52;font-size:var(--fs-body-small);white-space:nowrap}.site-footer__experience-line{background:#ffffff1a;flex:0 0 1px;width:1px;height:30px}.site-footer__social{align-items:center;gap:8px;display:flex}.site-footer__social a{color:#ffffff8c;background:#ffffff06;border:1px solid #ffffff17;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:color .22s,border-color .22s,background-color .22s,transform .22s;display:inline-flex}.site-footer__social a svg{width:16px;height:16px}.site-footer__social a:hover{color:#3b82f6;background:#3b82f61f;border-color:#3b82f68c;transform:translateY(-2px)}.site-footer__navigation{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;display:grid}.site-footer__menu{min-width:0}.site-footer__menu h3{color:#ffffffeb;font-size:var(--fs-body);margin:0 0 24px;padding-bottom:14px;font-weight:600;line-height:1;position:relative}.site-footer__menu h3:after{content:"";background:var(--footer-purple);width:26px;height:1px;position:absolute;bottom:0;left:0}.site-footer__menu ul{flex-direction:column;align-items:flex-start;gap:14px;margin:0;padding:0;list-style:none;display:flex}.site-footer__menu li{width:100%}.site-footer__menu a{color:#fff6;max-width:100%;font-size:var(--fs-body);line-height:var(--lh-title);align-items:center;gap:5px;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.site-footer__menu a:hover{color:#fff;transform:translate(3px)}.site-footer__external{color:var(--footer-purple)}.site-footer__contact-bar{border-top:1px solid var(--footer-border);border-bottom:1px solid var(--footer-border);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.site-footer__contact{min-width:0;color:inherit;align-items:center;gap:12px;padding:25px 22px;text-decoration:none;transition:background-color .22s;display:flex}.site-footer__contact:not(:last-child){border-right:1px solid var(--footer-border)}.site-footer__contact:hover{background:#ffffff06}.site-footer__contact:hover .site-footer__contact-icon{border-color:var(--footer-purple);color:var(--footer-purple)}.site-footer__contact:hover strong{color:#fff}.site-footer__contact>span:last-child{flex-direction:column;gap:5px;min-width:0;display:flex}.site-footer__contact small{color:#ffffff3b;font-size:var(--fs-eyebrow);text-transform:uppercase;letter-spacing:.12em;line-height:1}.site-footer__contact strong{color:#ffffff9e;font-size:var(--fs-body);font-weight:500;line-height:var(--lh-title);text-overflow:ellipsis;white-space:nowrap;transition:color .22s;overflow:hidden}.site-footer__contact-icon{color:#ffffff73;border:1px solid #ffffff1a;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;transition:color .22s,border-color .22s;display:inline-flex}.site-footer__contact-icon svg{width:15px;height:15px}.site-footer__bottom{grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;min-height:90px;display:grid}.site-footer__copyright{color:#ffffff40;font-size:var(--fs-body-small);line-height:var(--lh-title);margin:0}.site-footer__copyright strong{color:#ffffff8c;font-weight:500}.site-footer__legal{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 22px;display:flex}.site-footer__legal a{color:#ffffff4d;font-size:var(--fs-body-small);text-decoration:none;transition:color .2s;position:relative}.site-footer__legal a:hover{color:#fff}.site-footer__legal a:not(:last-child):after{content:"";background:#ffffff2e;border-radius:50%;width:2px;height:2px;position:absolute;top:50%;right:-12px}.site-footer__back-top{color:#ffffff61;font-size:var(--fs-body-small);justify-self:end;align-items:center;gap:9px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.site-footer__back-top span:last-child{width:40px;height:40px;color:var(--footer-purple);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.site-footer__back-top:hover{color:#fff}@media (width<=1200px){.site-footer__main{grid-template-columns:250px minmax(0,1fr);gap:60px}.site-footer__navigation{gap:25px}.site-footer__contact{padding-inline:15px}}@media (width<=992px){.site-footer__main{grid-template-columns:1fr;gap:60px}.site-footer__brand{width:100%;max-width:none}.site-footer__navigation{grid-template-columns:repeat(2,minmax(0,1fr));gap:50px 60px}.site-footer__contact-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__contact:not(:last-child){border-right:0}.site-footer__contact:nth-child(odd){border-right:1px solid var(--footer-border)}.site-footer__contact:nth-child(-n+2){border-bottom:1px solid var(--footer-border)}.site-footer__bottom{grid-template-columns:1fr auto}.site-footer__legal{grid-area:1/1/auto/-1;justify-content:flex-start;padding-top:25px}.site-footer__copyright{grid-area:2/1;padding-bottom:25px}.site-footer__back-top{grid-area:2/2;padding-bottom:25px}.site-footer__brand{justify-content:space-between;align-items:flex-start;gap:clamp(40px,8vw,100px);width:100%;max-width:none;display:flex}.site-footer__brand-info{min-width:0;max-width:50%}.site-footer__brand-meta{flex-direction:column;align-items:flex-start;min-width:max-content;margin-right:auto;padding-top:4px;display:flex}.site-footer__logo{width:125px;margin-bottom:28px}.site-footer__brand-description{max-width:500px;margin-bottom:0}.site-footer__experience{gap:28px;margin-bottom:30px}.site-footer__experience>div{gap:5px}.site-footer__experience-line{height:38px}.site-footer__social{gap:10px}.site-footer__social a{width:44px;height:44px}.site-footer__social a svg{width:17px;height:17px}}@media (width<=768px){.site-footer__main{padding-block:60px}.site-footer__navigation{gap:45px 30px}.site-footer__contact-bar{grid-template-columns:1fr}.site-footer__contact{border-bottom:1px solid var(--footer-border);border-right:0!important}.site-footer__contact:last-child{border-bottom:0}}@media (width<=680px){.site-footer__brand{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:40px}.site-footer__brand-info,.site-footer__brand-meta{width:100%;min-width:0;max-width:none;margin-left:0}.site-footer__brand-meta{padding-top:0}.site-footer__brand-description{max-width:520px}}@media (width<=460px){.site-footer__main{gap:50px}.site-footer__navigation{grid-template-columns:1fr;gap:42px}.site-footer__menu h3{margin-bottom:20px}.site-footer__menu ul{gap:12px}.site-footer__logo{width:115px;margin-bottom:24px}.site-footer__experience{flex-wrap:nowrap;gap:20px;margin-bottom:28px}.site-footer__experience-line{height:34px}.site-footer__social a{width:42px;height:42px}.site-footer__bottom{flex-direction:column;align-items:flex-start;gap:22px;padding-block:28px;display:flex}.site-footer__legal{order:1;justify-content:flex-start;gap:10px 20px;padding:0}.site-footer__copyright{order:2;padding:0}.site-footer__back-top{position:absolute;bottom:-5px;right:20px}}@media (width<=420px){.site-footer__experience{gap:16px}.site-footer__experience-line{height:32px}.site-footer__social{gap:8px}.site-footer__social a{width:40px;height:40px}}.topbar{z-index:500;background:0 0;border-bottom:1px solid #ffffff26;width:100%;transition:background-color .3s;position:fixed;top:0;left:0}.topbar__inner{justify-content:space-between;align-items:center;gap:30px;min-height:42px;display:flex}.topbar--scrolled{background-color:#000;border-bottom:1px solid #fff9}.topbar__highlights,.topbar__contact{align-items:center;display:flex}.topbar__highlights{gap:46px}.topbar__highlight{white-space:nowrap;color:#ffffffe0;align-items:center;gap:7px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.topbar__dot{border-radius:50%;flex:0 0 5px;width:5px;height:5px}.topbar__dot--primary{background:#0068ff}.topbar__dot--secondary{background:#fa5aff}.topbar__dot--white{background:#fff}.topbar__contact{gap:28px}.topbar__contact-item{white-space:nowrap;color:#ffffff9e;align-items:center;gap:6px;font-size:12px;font-weight:400;line-height:1;transition:color .3s,opacity .3s;display:inline-flex}.topbar__contact-item:hover{color:#fff}.topbar__contact-item.phone svg{color:#0068ff}.topbar__contact-item.mail svg,.topbar__contact-item.location svg{color:#fa5aff}.topbar__icon{object-fit:contain;flex:0 0 14px;width:14px;height:14px}.topbar__separator{color:#ffffff59}@media (width<=1200px){.topbar__highlights{gap:24px}.topbar__contact{gap:18px}.topbar__highlight,.topbar__contact-item{font-size:10px}}@media (width<=992px){.topbar__highlights{display:none}.topbar__inner{justify-content:flex-end}}@media (width<=768px){.topbar__inner{justify-content:center;min-height:38px}.topbar__contact{justify-content:center;gap:20px;width:100%}.topbar__contact-item{font-size:10px}.topbar__contact-item:first-child span:nth-of-type(2),.topbar__contact-item:first-child .topbar__separator,.topbar__contact-item--location{display:none}}@media (width<=576px){.topbar__contact{justify-content:space-between;gap:12px}.topbar__contact-item{font-size:9px}.topbar__contact-item:first-child span:not(:first-of-type){display:none}.topbar__icon{flex-basis:12px;width:12px;height:12px}}.cta-form{--cta-bg:#000;--cta-panel:#0b0b0f;--cta-white:#fff;--cta-text:#f8f8fa;--cta-muted:#8f8f9a;--cta-purple:#fa5aff;--cta-blue:#0068ff;--cta-cyan:#12d8d0;isolation:isolate;width:100%;padding:var(--section-y) var(--page-gutter);background:var(--cta-bg);color:var(--cta-text);position:relative;overflow:hidden}.cta-form:has(.cta-form__select.is-open){overflow:visible}.cta-form__ikon{width:90px;height:auto}.cta-form__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(36px,4vw,64px);display:grid}.cta-form__content{max-width:none}.cta-form__eyebrow{font-size:var(--fs-eyebrow);letter-spacing:.16em;color:var(--cta-purple);align-items:center;gap:9px;margin-bottom:20px;font-weight:600;line-height:1;display:inline-flex}.cta-form__eyebrow:before{content:"";background:currentColor;width:20px;height:1px}.cta-form__title{max-width:none;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-display);letter-spacing:-.055em;color:var(--cta-white);margin:0 0 22px}.cta-form__description{max-width:410px;font-size:var(--fs-body);line-height:var(--lh-body);color:#ffffff7a;margin:0}.cta-form__lottie{aspect-ratio:1;pointer-events:none;width:min(100%,420px);margin-top:18px;margin-left:-12px}.cta-form__lottie svg{width:100%;height:100%;display:block}.cta-form__lottie.is-flying{z-index:120;margin:0;transition:left .72s cubic-bezier(.22,1,.36,1),top .72s cubic-bezier(.22,1,.36,1),width .72s cubic-bezier(.22,1,.36,1),height .72s cubic-bezier(.22,1,.36,1);position:fixed}.cta-form__lottie.is-in-modal{aspect-ratio:auto;width:100%;height:100%;margin:0}.cta-form__contacts{flex-direction:column;gap:12px;margin-top:38px;display:flex}.cta-form__contact{width:fit-content;color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.cta-form__contact:hover .cta-form__contact-icon{border-color:var(--cta-purple);background:var(--cta-purple);color:#080808;transform:translateY(-2px)}.cta-form__contact:hover .cta-form__contact-text strong{color:#fff}.cta-form__contact-icon{border:1px solid color-mix(in srgb, var(--cta-purple) 35%, transparent);background:color-mix(in srgb, var(--cta-purple) 8%, transparent);width:38px;height:38px;color:var(--cta-purple);border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;transition:transform .25s,color .25s,border-color .25s,background-color .25s;display:inline-flex}.cta-form__contact-text{flex-direction:column;gap:4px;display:flex}.cta-form__contact-text small{font-size:var(--fs-eyebrow);text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d;font-weight:500}.cta-form__contact-text strong{font-size:var(--fs-body-small);color:#ffffffb8;font-weight:500;transition:color .25s}.cta-form__note{font-size:var(--fs-body-small);color:#ffffff47;align-items:center;gap:8px;margin-top:30px;display:flex}.cta-form__note span{background:var(--cta-cyan);border-radius:50%;flex:0 0 6px;width:6px;height:6px;box-shadow:0 0 10px #12d8d0b3}.cta-form__form-wrapper{background:var(--cta-panel);border:1px solid #ffffff14;border-radius:20px;width:100%;min-width:0;padding:clamp(26px,3vw,40px);position:relative;overflow:visible;box-shadow:0 30px 80px #00000059}.cta-form__form-wrapper:before{content:"";background:linear-gradient(90deg, var(--cta-purple), var(--cta-blue));width:78px;height:2px;position:absolute;top:-1px;left:34px}.cta-form__form-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.cta-form__form-kicker{font-size:var(--fs-eyebrow);text-transform:uppercase;letter-spacing:.14em;color:var(--cta-purple);margin-bottom:7px;font-weight:600;display:block}.cta-form__form-title{font-size:var(--fs-subtitle);font-weight:600;line-height:var(--lh-title);letter-spacing:-.04em;color:#fff;margin:0}.cta-form__form-arrow{border:1px solid color-mix(in srgb, var(--cta-purple) 26%, transparent);background:color-mix(in srgb, var(--cta-purple) 10%, transparent);width:38px;height:38px;color:var(--cta-purple);border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;font-size:17px;display:inline-flex}.cta-form__form{width:100%}.cta-form__section-head{grid-template-columns:auto minmax(30px,1fr);align-items:center;gap:10px;margin-bottom:16px;display:grid}.cta-form__section-head>span{font-size:var(--fs-eyebrow);letter-spacing:.12em;color:var(--cta-blue);font-weight:600}.cta-form__section-head h4{font-size:var(--fs-eyebrow);letter-spacing:.05em;text-transform:uppercase;color:#ffffffd1;margin:0;font-weight:600}.cta-form__section-head i{background:#ffffff17;height:1px}.cta-form__section-head--message{margin-top:28px;margin-bottom:16px}.cta-form__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.cta-form__field{min-width:0;position:relative}.cta-form__field input,.cta-form__field textarea{width:100%;font-family:inherit;font-size:var(--fs-body);color:#fff;box-shadow:none;background:#ffffff09;border:1px solid #ffffff1c;border-radius:10px;outline:0;font-weight:400;transition:border-color .2s,background-color .2s,box-shadow .2s}.cta-form__field input::placeholder,.cta-form__field textarea::placeholder{color:#0000}.cta-form__field input:focus+label,.cta-form__field input:not(:placeholder-shown)+label,.cta-form__field textarea:focus+label,.cta-form__field textarea:not(:placeholder-shown)+label{font-size:var(--fs-eyebrow);letter-spacing:.06em;color:var(--cta-purple);font-weight:600;top:0;transform:translateY(-50%)}.cta-form__field input.is-invalid,.cta-form__field textarea.is-invalid{border-color:#ff7575b3}.cta-form__field textarea{resize:vertical;min-height:55px;padding:16px 14px 12px;line-height:1.55}.cta-form__field textarea+label{top:18px;transform:none}.cta-form__field textarea:focus+label,.cta-form__field textarea:not(:placeholder-shown)+label{top:0;transform:translateY(-50%)}.cta-form__field label{z-index:2;pointer-events:none;background:var(--cta-panel);font-size:var(--fs-body-small);color:#fffc;margin:0;padding:0 4px;font-weight:400;line-height:1;transition:top .2s,transform .2s,font-size .2s,color .2s;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.cta-form__field--message{margin-top:30px}.cta-form__error{font-size:var(--fs-body-small);color:#ff7575;margin-top:5px;padding-left:3px;line-height:1.4;display:block}.cta-form__error--recaptcha{margin-top:12px}.cta-form__services{border:0;min-width:0;margin:18px 0 0;padding:0}.cta-form__select{--service-color:var(--cta-blue);min-width:0;position:relative}.cta-form__select.is-invalid .cta-form__select-trigger{border-color:#ff7575b3}.cta-form__select.is-open .cta-form__select-trigger{border-color:color-mix(in srgb, var(--cta-purple) 75%, transparent);box-shadow:0 0 0 3px color-mix(in srgb, var(--cta-purple) 8%, transparent)}.cta-form__select.is-open .cta-form__select-chevron{transform:rotate(180deg)}.cta-form__select.is-open .cta-form__select-panel,.cta-form__select-panel.is-open{display:block}.cta-form__select-trigger{color:#fff;width:100%;min-height:40px;font:inherit;font-size:var(--fs-body);text-align:left;cursor:pointer;background:#ffffff09;border:1px solid #ffffff1c;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.cta-form__select-trigger span:first-child{text-overflow:ellipsis;white-space:nowrap;color:#ffffff6b;min-width:0;overflow:hidden}.has-value .cta-form__select-trigger span:first-child{color:#fff}.cta-form__select-chevron{border-bottom:1.5px solid #ffffff8c;border-right:1.5px solid #ffffff8c;flex:0 0 10px;width:10px;height:10px;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}.cta-form__select-control{z-index:5;position:relative}.cta-form__select-panel{z-index:20;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#101014;border:1px solid #ffffff1a;border-radius:14px;width:100%;max-height:min(320px,48vh);padding:8px 8px 20px;display:none;position:absolute;top:calc(100% + 6px);left:0;overflow:auto;box-shadow:0 18px 40px #0006}.cta-form__select-group+.cta-form__select-group{border-top:1px solid #ffffff14;margin-top:10px;padding-top:10px}.cta-form__select-group-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#ffffff0f;border-radius:8px;margin:0 0 6px;padding:8px 10px;font-size:12px;font-weight:700;display:block}.cta-form__select-option{color:#ffffffd1;cursor:pointer;border-radius:10px;align-items:center;gap:10px;min-height:42px;padding:8px 10px;font-size:13px;line-height:1.35;display:flex}.cta-form__select-option input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.cta-form__select-option:hover,.cta-form__select-option.is-selected{background:#ffffff0d}.cta-form__select-option.is-selected{color:#fff}.cta-form__select-check{background:#ffffff08;border:1px solid #fff3;border-radius:5px;flex:0 0 18px;width:18px;height:18px}.is-selected .cta-form__select-check{border-color:color-mix(in srgb, var(--service-color) 70%, transparent);background:color-mix(in srgb, var(--service-color) 22%, transparent);box-shadow:inset 0 0 0 4px color-mix(in srgb, var(--service-color) 80%, transparent)}.cta-form__select-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.cta-form__select-tag{border:1px solid color-mix(in srgb, var(--cta-blue) 28%, transparent);background:color-mix(in srgb, var(--cta-blue) 12%, transparent);color:#fff;max-width:100%;min-height:26px;font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:3px 8px 3px 10px;font-size:11px;display:inline-flex}.cta-form__select-tag span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cta-form__footer{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:24px;margin-top:25px;padding-top:22px;display:flex}.cta-form__privacy-wrapper{flex:auto;min-width:0}.cta-form__privacy{cursor:pointer;align-items:flex-start;gap:9px;max-width:340px;display:flex;position:relative}.cta-form__privacy>input{opacity:0;width:1px;height:1px;position:absolute}.cta-form__privacy>input:checked+.cta-form__privacy-box{border-color:var(--cta-blue);background:var(--cta-blue);color:#fff}.cta-form__privacy>input:focus-visible+.cta-form__privacy-box{outline:2px solid var(--cta-blue);outline-offset:2px}.cta-form__privacy>span:last-child{font-size:var(--fs-body-small);color:#ffffffad;line-height:1.55}.cta-form__privacy-box{color:#0000;background:0 0;border:1px solid #ffffff80;border-radius:4px;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;font-size:12px;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex}.cta-form__submit{background:linear-gradient(90deg, var(--cta-blue), #25f);min-height:48px;font-family:inherit;font-size:var(--fs-body);color:#fff;cursor:pointer;box-shadow:0 10px 28px color-mix(in srgb, var(--cta-blue) 22%, transparent);border:0;border-radius:9px;flex:none;justify-content:center;align-items:center;gap:22px;padding:0 20px;font-weight:600;transition:transform .22s,box-shadow .22s;display:inline-flex}.cta-form__submit:hover{box-shadow:0 14px 34px color-mix(in srgb, var(--cta-blue) 34%, transparent);transform:translateY(-2px)}.cta-form__submit-arrow{width:13px;line-height:1;transition:transform .22s}@media (width<=1200px){.cta-form__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px}}@media (width<=992px){.cta-form{padding:70px 0 90px}.cta-form__inner{grid-template-columns:1fr;gap:48px}.cta-form__content{max-width:700px}.cta-form__description{max-width:560px}.cta-form__lottie{width:min(100%,300px);margin-top:16px;margin-left:0}.cta-form__contacts{flex-flow:wrap;gap:20px 34px}.cta-form .cta-form__title{max-width:none!important}.cta-form .cta-form__description{display:none}}@media (width<=768px){.cta-form{padding:55px 0 70px}.cta-form__fields{grid-template-columns:1fr}.cta-form__form-wrapper{border-radius:16px;padding:24px 18px}.cta-form__form-head{margin-bottom:24px}.cta-form__footer{flex-direction:column;align-items:stretch;gap:18px}.cta-form__privacy{max-width:none}.cta-form__submit{justify-content:space-between;width:100%}.cta-form .cta-form__title{line-height:1.2!important}}@media (width<=576px){.cta-form{padding:42px 0 58px}.cta-form__content{display:none}.cta-form__inner{display:block}.cta-form__form-wrapper{border-radius:14px;padding:20px 14px}.cta-form__form-wrapper:before{width:64px;left:14px}.cta-form__form-head{gap:12px;margin-bottom:22px}.cta-form__form-arrow{flex-basis:34px;width:34px;height:34px}.cta-form__section-head{grid-template-columns:auto 1fr;gap:8px;margin-bottom:13px}.cta-form__section-head--message{margin-top:24px}.cta-form__field input{height:45px;padding:11px 12px 8px}.cta-form__field textarea{min-height:48px;padding:14px 12px 10px}.cta-form__field label{left:9px}.cta-form__services{margin-top:22px}.cta-form__service-list{gap:6px}.cta-form__service-button{min-height:26px;padding:4px 10px;font-size:10.5px}.cta-form__footer{margin-top:22px;padding-top:18px}.cta-form__submit{min-height:45px;padding:0 14px}}@media (width<=390px){.cta-form{padding:34px 0 48px}.cta-form__form-wrapper{padding:18px 12px}.cta-form__service-list{gap:5px}.cta-form__service-button{white-space:normal;min-height:25px;padding:4px 9px}}.cta-form--offer{--cta-bg:#050505;--cta-panel:#0c0c0e;--cta-blue:#3b82f6;--cta-purple:#f533f5;background:var(--cta-bg);position:relative;overflow:hidden}.cta-form--offer .cta-form__offer-glow{filter:blur(160px);opacity:.16;pointer-events:none;border-radius:50%;width:620px;height:620px;position:absolute}.cta-form--offer .cta-form__offer-glow--left{background:var(--cta-blue);top:5%;left:-420px}.cta-form--offer .cta-form__offer-glow--right{background:var(--cta-purple);bottom:2%;right:-420px}.cta-form--offer .cta-form__offer-grid{pointer-events:none;opacity:.14;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 20% 75%,#0000);mask-image:linear-gradient(#0000,#000 20% 75%,#0000)}.cta-form--offer .cta-form__inner{grid-template-columns:minmax(300px,.72fr) minmax(580px,1.28fr);align-items:start;gap:clamp(55px,7vw,120px);position:relative}.cta-form--offer .cta-form__title{max-width:500px;font-size:var(--fs-section-title);font-weight:500;line-height:var(--lh-display)}.cta-form--offer .cta-form__description{max-width:440px;font-size:var(--fs-body)}.cta-form--offer .cta-form__form-wrapper{-webkit-backdrop-filter:blur(18px);background:linear-gradient(145deg,#ffffff0e,#ffffff05);border-radius:clamp(18px,2vw,26px);padding:clamp(26px,3vw,40px);box-shadow:0 40px 100px #00000057}.cta-form--offer .cta-form__form-wrapper:after{content:"";background:radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--cta-blue) 10%, transparent), transparent 68%);pointer-events:none;border-radius:0 17px 0 100%;width:180px;height:180px;position:absolute;top:0;right:0}.cta-form--offer .cta-form__form-head{z-index:2;margin-bottom:28px;padding-bottom:20px;position:relative}.cta-form--offer .cta-form__form-title{max-width:540px;font-size:var(--fs-subtitle);font-weight:500;line-height:var(--lh-title)}.cta-form--offer .cta-form__form-arrow{border-color:color-mix(in srgb, var(--cta-blue) 28%, transparent);background:color-mix(in srgb, var(--cta-blue) 8%, transparent);width:40px;height:40px;color:var(--cta-blue);flex-basis:40px}@media (width<=1200px){.cta-form--offer .cta-form__inner{grid-template-columns:minmax(260px,.68fr) minmax(540px,1.32fr);gap:50px}.cta-form--offer .cta-form__content{top:105px}}@media (width<=991px){.cta-form--offer{padding:72px 0 88px}.cta-form--offer .cta-form__inner{grid-template-columns:1fr;gap:48px}.cta-form--offer .cta-form__content{max-width:720px;position:relative;top:auto}.cta-form--offer .cta-form__contacts{flex-flow:wrap;gap:20px 30px}}@media (width<=767px){.cta-form--offer{padding:34px 0 58px}.cta-form--offer .cta-form__content{display:none}.cta-form--offer .cta-form__inner{display:block}.cta-form--offer .cta-form__form-wrapper{border-radius:15px;width:100%;padding:22px 16px}.cta-form--offer .cta-form__form-wrapper:before{width:68px;left:16px}.cta-form--offer .cta-form__form-wrapper:after{width:130px;height:130px}.cta-form--offer .cta-form__form-head{gap:12px;margin-bottom:24px;padding-bottom:18px}.cta-form--offer .cta-form__form-kicker{margin-bottom:6px}.cta-form--offer .cta-form__form-arrow{flex-basis:34px;width:34px;height:34px}.cta-form--offer .cta-form__fields{grid-template-columns:1fr;gap:12px}.cta-form--offer .cta-form__section-head{grid-template-columns:auto 1fr;gap:8px;margin-bottom:13px}.cta-form--offer .cta-form__section-head--message{margin-top:24px}.cta-form--offer .cta-form__footer{flex-direction:column;align-items:stretch;gap:18px;margin-top:22px;padding-top:18px}.cta-form--offer .cta-form__privacy{max-width:none}.cta-form--offer .cta-form__submit{justify-content:space-between;width:100%;min-height:45px;padding:0 14px}}@media (width<=480px){.cta-form--offer{padding:28px 0 46px}.cta-form--offer .cta-form__form-wrapper{padding:18px 12px}.cta-form--offer .cta-form__section-head{grid-template-columns:auto 1fr}}.cta-form{padding:var(--section-y) var(--page-gutter)}.cta-form__inner{align-items:start;gap:var(--content-gap);grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.cta-form__content{max-width:none;padding-top:8px;position:sticky;top:120px}.cta-form__title{max-width:none}.cta-form__description{max-width:430px}.cta-form__contacts{gap:0;width:100%;margin-top:38px}.cta-form__contact{border-bottom:1px solid #ffffff14;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;width:100%;min-height:64px;padding:10px 0;transition:border-color .25s,transform .25s;display:grid}.cta-form__contact:hover{border-color:color-mix(in srgb, var(--cta-purple) 28%, transparent);transform:translate(3px)}.cta-form__contact-icon{flex:none;width:38px;height:38px}.cta-form__contact-text{min-width:0}.cta-form__contact-text strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cta-form__form-wrapper{width:100%;min-width:0;padding:clamp(26px,3vw,40px);position:relative;overflow:hidden}.cta-form__form-wrapper:has(.cta-form__select.is-open){overflow:visible}.cta-form__form-wrapper{background:linear-gradient(145deg, #ffffff0d, #ffffff05), var(--cta-panel);-webkit-backdrop-filter:blur(18px);border:1px solid #ffffff14;border-radius:22px;box-shadow:0 40px 100px #00000057}.cta-form__form-wrapper:before{background:linear-gradient(90deg, var(--cta-purple), var(--cta-blue));width:88px;height:2px;top:-1px;left:clamp(26px,3vw,40px)}.cta-form__form-wrapper:after{content:"";background:radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--cta-blue) 10%, transparent), transparent 68%);pointer-events:none;border-radius:0 21px 0 100%;width:180px;height:180px;position:absolute;top:0;right:0}.cta-form__form-head{z-index:2;border-bottom:1px solid #ffffff12;gap:24px;margin-bottom:28px;padding-bottom:20px;position:relative}.cta-form__ikon{object-fit:contain;opacity:.94;flex:none;width:82px;display:block}.cta-form__form{z-index:2;position:relative}.cta-form__fields{gap:14px}.cta-form__field input,.cta-form__field textarea{background:linear-gradient(145deg, #ffffff0d, #ffffff05), var(--cta-panel);border:1px solid #ffffff1c;border-radius:10px}.cta-form__field input:hover,.cta-form__field textarea:hover{border-color:#fff3}.cta-form__field input:focus,.cta-form__field textarea:focus{border-color:color-mix(in srgb, var(--cta-purple) 75%, transparent);background:color-mix(in srgb, var(--cta-purple) 4%, transparent);box-shadow:0 0 0 3px color-mix(in srgb, var(--cta-purple) 8%, transparent)}.cta-form__field input{height:40px;padding:12px 14px 9px}.cta-form__field textarea{min-height:58px;padding:17px 14px 12px;line-height:1.55}.cta-form__field label{background:linear-gradient(145deg, #ffffff0d, #ffffff05), var(--cta-panel)}.cta-form__footer{gap:24px;margin-top:25px;padding-top:22px}.cta-form__privacy{max-width:390px}.cta-form__submit{background:linear-gradient(90deg, var(--cta-blue), #25f);min-height:48px;font-size:var(--fs-body-small);box-shadow:0 10px 28px color-mix(in srgb, var(--cta-blue) 22%, transparent);border-radius:9px;gap:10px;padding:0 20px}.cta-form__submit:hover{box-shadow:0 14px 34px color-mix(in srgb, var(--cta-blue) 34%, transparent)}.cta-form__submit:hover .cta-form__submit-arrow{transform:rotate(45deg)}.cta-form--offer .cta-form__inner{align-items:start;gap:var(--content-gap);grid-template-columns:minmax(300px,.72fr) minmax(600px,1.28fr)}.cta-form--offer .cta-form__content{max-width:520px;padding-top:8px;position:sticky;top:120px}.cta-form--offer .cta-form__title{max-width:500px;font-weight:600}.cta-form--offer .cta-form__description{max-width:430px}.cta-form--offer .cta-form__form-wrapper{background:linear-gradient(145deg, #ffffff0d, #ffffff05), var(--cta-panel);-webkit-backdrop-filter:blur(18px);border-radius:22px;padding:clamp(26px,3vw,40px);box-shadow:0 40px 100px #00000057}.cta-form--offer .cta-form__form-wrapper:before{width:88px;left:clamp(26px,3vw,40px)}.cta-form--offer .cta-form__form-wrapper:after{border-radius:0 21px 0 100%;width:180px;height:180px}.cta-form--offer .cta-form__form-head{margin-bottom:28px;padding-bottom:20px}.cta-form--offer .cta-form__form-title{font-weight:600}.cta-form--offer .cta-form__field label{background:linear-gradient(145deg, #ffffff0d, #ffffff05), var(--cta-panel)}.cta-form--offer .cta-form__submit{background:linear-gradient(90deg, var(--cta-blue), #25f)}@media (width<=1200px){.cta-form__inner{gap:var(--content-gap);grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.cta-form--offer .cta-form__inner{gap:var(--content-gap);grid-template-columns:minmax(200px,.68fr) minmax(450px,1.32fr)}}@media (width<=991px){.cta-form__inner{align-items:start;gap:var(--section-gap);grid-template-columns:1fr}.cta-form__content{max-width:100%;padding-top:0;position:relative;top:auto}.cta-form--offer .cta-form__inner{gap:var(--section-gap);grid-template-columns:1fr}.cta-form--offer .cta-form__content{max-width:100%;padding-top:0;position:relative;top:auto}}@media (width<=767px){.cta-form{padding:var(--section-y) var(--page-gutter)}.cta-form__content{max-width:100%;display:block}.cta-form__inner{display:block}.cta-form__contacts{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:34px;display:grid}.cta-form__contact{background:#ffffff06;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:12px;min-height:126px;padding:18px;display:flex}.cta-form__contact:hover{transform:translateY(-2px)}.cta-form__contact-text strong{white-space:normal}.cta-form__form-wrapper{border-radius:15px;width:100%;margin-top:42px;padding:40px 30px}.cta-form__form-wrapper:before{width:68px;left:16px}.cta-form__form-wrapper:after{width:130px;height:130px}.cta-form__form-head{gap:12px;margin-bottom:24px;padding-bottom:18px}.cta-form__ikon{width:62px}.cta-form__fields{grid-template-columns:1fr;gap:12px}.cta-form__footer{flex-direction:column;align-items:stretch;gap:18px;margin-top:22px;padding-top:18px}.cta-form__privacy{max-width:none}.cta-form__submit{justify-content:space-between;width:100%;min-height:45px;padding:0 14px}.cta-form--offer{padding:var(--section-y) var(--page-gutter)}.cta-form--offer .cta-form__content,.cta-form--offer .cta-form__inner{display:block}.cta-form--offer .cta-form__form-wrapper{border-radius:15px;margin-top:42px;padding:40px 30px}}@media (width<=700px){.cta-form__contacts{grid-template-columns:1fr}.cta-form__contact{background:0 0;border:0;border-bottom:1px solid #ffffff14;border-radius:0;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;min-height:auto;padding:14px 0;display:grid}}@media (width<=480px){.cta-form{padding:var(--section-y) var(--page-gutter)}.cta-form__form-wrapper{padding:30px}.cta-form--offer{padding:var(--section-y) var(--page-gutter)}.cta-form--offer .cta-form__form-wrapper{padding:30px}}.offer-success-modal{z-index:80;padding:max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.offer-success-modal[hidden]{display:none}.offer-success-modal__backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#040408b8;position:absolute;inset:0}.offer-success-modal__dialog{z-index:1;text-align:center;background:#0c0c10;border:1px solid #ffffff1a;border-radius:24px;width:min(100%,420px);padding:28px 24px 24px;animation:.35s offerModalIn;position:relative;box-shadow:0 30px 80px #00000073}.offer-success-modal__lottie{aspect-ratio:1;flex-shrink:0;width:min(220px,40vw,30vh);margin:0 auto 14px}.offer-success-modal__title{color:#fff;letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(22px,5.4vw,32px);font-weight:700;line-height:1.15}.offer-success-modal__text{color:#ffffff9e;margin:0 0 22px;font-size:15px;line-height:1.6}.offer-success-modal__close{color:#fff;cursor:pointer;background:#fa5aff;border:0;border-radius:999px;min-height:46px;padding:0 22px;font-size:14px;font-weight:600}body.is-offer-modal-open{overflow:hidden}@keyframes offerModalIn{0%{opacity:0}to{opacity:1}}@media (width<=600px){.offer-success-modal{padding:12px}.offer-success-modal__dialog{padding:20px 16px}.offer-success-modal__lottie{width:min(160px,38vw,26vh);margin-bottom:10px}}.site-header__inner{position:relative}.site-header__menu-item--dropdown,.header-dropdown{position:static}.header-dropdown__panel{--dropdown-columns:3;width:100vw;max-width:none;padding:30px max(32px, (100vw - var(--container-width)) / 2) 22px;-webkit-backdrop-filter:none;opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;background:#000;border:1px solid #ffffff14;border-left:0;border-right:0;border-radius:0;transition:opacity .22s,visibility .22s,transform .22s;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 32px 70px #0000008c}.header-dropdown__panel:before{content:"";width:100%;height:18px;position:absolute;bottom:100%;left:0}.header-dropdown__panel:after{content:"";z-index:0;pointer-events:none;opacity:.18;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:38px 38px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0009,#0000 90%);mask-image:linear-gradient(#0009,#0000 90%)}.header-dropdown__glow{z-index:1;filter:blur(110px);pointer-events:none;border-radius:50%;position:absolute}.header-dropdown__glow--blue{opacity:.13;background:#086bf8;width:440px;height:220px;top:-180px;right:12%}.header-dropdown__glow--purple{opacity:.08;background:#f533f5;width:400px;height:220px;bottom:-190px;left:18%}.header-dropdown__top{z-index:2;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:4px;padding-bottom:24px;display:flex;position:relative}.header-dropdown__intro{max-width:650px}.header-dropdown__eyebrow{color:#3b82f6;font-size:var(--fs-eyebrow);letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px;font-weight:600;line-height:1;display:block}.header-dropdown__description{color:#ffffffc7;max-width:620px;font-size:var(--fs-lead);letter-spacing:-.015em;margin:0;font-weight:500;line-height:1.45}.header-dropdown__all{color:#7eafff;min-height:42px;font-size:var(--fs-body-small);white-space:nowrap;background:#3b82f60f;border:1px solid #3b82f647;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:11px;padding:0 15px;font-weight:600;line-height:1;transition:color .3s,background-color .3s,border-color .3s,transform .3s;display:inline-flex}.header-dropdown__all:hover{color:#fff;background:#3b82f621;border-color:#3b82f699;transform:translateY(-1px)}.header-dropdown__all:hover .header-dropdown__all-arrow{transform:translate(3px)rotate(-45deg)}.header-dropdown__all-arrow{border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;transition:transform .3s;transform:rotate(-45deg)}.header-dropdown__grid{z-index:2;grid-template-columns:repeat(var(--dropdown-columns), minmax(0, 1fr));width:100%;display:grid;position:relative}.header-dropdown__group{--group-color:#4d8eff;--group-rgb:77, 142, 255;border-right:1px solid #ffffff1f;min-width:0;padding:24px 32px}.header-dropdown__group:first-child{padding-left:0}.header-dropdown__group:last-child{border-right:0;padding-right:0}.header-dropdown__group--code{--group-color:#4d8eff;--group-rgb:77, 142, 255}.header-dropdown__group--design{--group-color:#f533f5;--group-rgb:245, 51, 245}.header-dropdown__group--marketing{--group-color:#9b6dff;--group-rgb:155, 109, 255}.header-dropdown__group-head{align-items:center;gap:14px;min-height:46px;margin-bottom:18px;display:flex}.header-dropdown__number{border:1px solid rgba(var(--group-rgb), .34);background:linear-gradient(135deg, rgba(var(--group-rgb), .14), rgba(var(--group-rgb), .05));width:46px;height:46px;color:var(--group-color);box-shadow:inset 0 0 12px rgba(var(--group-rgb), .025), 0 0 10px rgba(var(--group-rgb), .035);border-radius:11px;flex:0 0 46px;justify-content:center;align-items:center;padding:0;transition:transform .25s,border-color .25s,background-color .25s,box-shadow .25s;display:inline-flex}.header-dropdown__number svg{fill:currentColor;width:23px;height:23px;color:inherit;filter:drop-shadow(0 0 1.5px rgba(var(--group-rgb), .55)) drop-shadow(0 0 4px rgba(var(--group-rgb), .18));transition:transform .25s,filter .25s;display:block}.header-dropdown__number--code{color:#4d8eff;background:linear-gradient(135deg,#4d8eff29,#4d8eff0d);border-color:#4d8eff61;box-shadow:inset 0 0 12px #4d8eff06,0 0 10px #4d8eff09}.header-dropdown__number--code svg{filter:drop-shadow(0 0 1.5px #4d8eff8c)drop-shadow(0 0 4px #4d8eff2e)}.header-dropdown__number--design{color:#f533f5;background:linear-gradient(135deg,#f533f526,#f533f50d);border-color:#f533f561;box-shadow:inset 0 0 12px #f533f506,0 0 10px #f533f509}.header-dropdown__number--design svg{filter:drop-shadow(0 0 1.5px #f533f58c)drop-shadow(0 0 4px #f533f52e)}.header-dropdown__number--marketing{color:#9b6dff;background:linear-gradient(135deg,#9b6dff26,#9b6dff0d);border-color:#9b6dff61;box-shadow:inset 0 0 12px #9b6dff06,0 0 10px #9b6dff09}.header-dropdown__number--marketing svg{filter:drop-shadow(0 0 1.5px #9b6dff8c)drop-shadow(0 0 4px #9b6dff2e)}.header-dropdown__group-content{flex-direction:column;gap:4px;min-width:0;display:flex}.header-dropdown__group-eyebrow{color:#ffffff52;font-size:var(--fs-eyebrow);letter-spacing:.12em;text-transform:uppercase;margin:0;font-weight:500;line-height:1;display:block}.header-dropdown__group-title{color:#fff;font-size:var(--fs-body);margin:0;font-weight:600;line-height:1.2}.header-dropdown__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.header-dropdown__item{width:100%}.header-dropdown__link{color:#ffffff9e;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:40px;padding:9px 38px 9px 11px;transition:color .3s,background-color .3s,border-color .3s,transform .3s;display:flex;position:relative}.header-dropdown__link:hover,.header-dropdown__link--active{color:#fff;border-color:rgba(var(--group-rgb), .38);background:linear-gradient(90deg, rgba(var(--group-rgb), .18) 0%, rgba(var(--group-rgb), .06) 70%, rgba(var(--group-rgb), .02) 100%)}.header-dropdown__link:hover{transform:translate(4px)}.header-dropdown__link:hover .header-dropdown__link-arrow{opacity:1;transform:translateY(-50%)translate(0)}.header-dropdown__link-content{flex-direction:column;gap:3px;min-width:0;display:flex}.header-dropdown__link-title{font-size:var(--fs-body-small);font-weight:500;line-height:1.4}.header-dropdown__link-description{color:#ffffff52;font-size:var(--fs-micro);line-height:1.4}.header-dropdown__link-arrow{width:18px;height:18px;color:var(--group-color);opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .2s,transform .25s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)translate(-5px)}.header-dropdown__link-arrow svg{fill:currentColor;width:12px;height:12px;color:inherit;pointer-events:none;display:block}.header-dropdown__footer{z-index:2;border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:20px;padding-top:18px;display:flex;position:relative}.header-dropdown__footer-text{color:#ffffff6b;font-size:var(--fs-body-small);align-items:center;gap:9px;line-height:1.5;display:flex}.header-dropdown__footer-dot{background:#f533f5;border-radius:50%;flex:0 0 6px;width:6px;height:6px;animation:1.8s ease-in-out infinite topbarDotPulse;box-shadow:0 0 10px #f533f5b3}.header-dropdown__footer-link{color:#ffffffbf;font-weight:600;font-size:var(--fs-body-small);align-items:center;gap:9px;transition:color .3s;display:inline-flex}.header-dropdown__footer-link:hover{color:#3b82f6}.header-dropdown__footer-link:hover .header-dropdown__footer-arrow{transform:translate(3px)rotate(-45deg)}.header-dropdown__footer-arrow{border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;transition:transform .3s;transform:rotate(-45deg)}@media (width>=993px){.site-header__menu-item--dropdown{position:static}.site-header__menu-item--dropdown:after{content:"";pointer-events:auto;background:0 0;height:28px;position:absolute;top:100%;left:0;right:0}.site-header__menu-item--dropdown:hover .header-dropdown__panel{opacity:1;visibility:visible;pointer-events:auto}.site-header__menu-item--dropdown:hover>.header-dropdown>.site-header__link{color:#fa5aff;background-color:#fa5aff0a;border-color:#fa5aff}.site-header__menu-item--dropdown:hover>.header-dropdown>.site-header__link .site-header__arrow{transform:rotate(225deg)translate(-2px,-2px)}.header-dropdown:focus-within .header-dropdown__panel{opacity:1;visibility:visible;pointer-events:auto}}@media (width<=1200px){.header-dropdown__panel{padding:26px max(24px,50vw - 590px) 20px}.header-dropdown__group{padding:20px 22px}.header-dropdown__group:first-child{padding-left:0}.header-dropdown__group:last-child{padding-right:0}.header-dropdown__link-title{font-size:var(--fs-body-small)}}@media (width<=1100px){.site-header__menu-item--dropdown{width:100%}.header-dropdown{width:100%;position:relative}.header-dropdown>.site-header__link{width:100%}.header-dropdown__panel{width:100%;max-width:none;max-height:0;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;background:0 0;border:0;border-radius:0;margin:0;padding:0;transition:max-height .7s cubic-bezier(.22,1,.36,1),opacity .3s,padding .45s;position:relative;top:auto;left:auto;overflow:hidden;transform:none}.header-dropdown__panel:before,.header-dropdown__panel:after{display:none}.header-dropdown.is-open>.header-dropdown__trigger{color:#fff;padding-left:30px}.header-dropdown.is-open>.header-dropdown__trigger:before{opacity:1;width:18px}.header-dropdown.is-open>.header-dropdown__trigger .site-header__arrow{border-color:#4d8eff;transform:rotate(225deg)}.header-dropdown.is-open .header-dropdown__panel{opacity:1;visibility:visible;pointer-events:auto;max-height:2600px;padding:8px 0 34px}.header-dropdown__glow,.header-dropdown__top,.header-dropdown__footer{display:none}.header-dropdown__grid{flex-direction:column;gap:0;width:100%;padding:0 0 4px;display:flex;position:relative}.header-dropdown__group{background:0 0;border:0;border-radius:0;width:100%;padding:28px 0 26px 50px;position:relative}.header-dropdown__group:before{content:"";background:linear-gradient(to bottom, rgba(var(--group-rgb), .34), rgba(var(--group-rgb), .06));width:1px;position:absolute;top:32px;bottom:26px;left:16px}.header-dropdown__group:not(:last-child){border-bottom:1px solid #ffffff12}.header-dropdown__group:first-child,.header-dropdown__group:last-child{padding:28px 0 26px 50px}.header-dropdown__group-head{align-items:center;gap:14px;min-height:auto;margin-bottom:18px;display:flex;position:relative}.header-dropdown__group-head:before{content:"";background:var(--group-color);width:9px;height:9px;box-shadow:0 0 0 5px rgba(var(--group-rgb), .1), 0 0 22px rgba(var(--group-rgb), .55);border-radius:50%;position:absolute;top:50%;left:-38px;transform:translateY(-50%)}.header-dropdown__number{border-radius:10px;flex:0 0 42px;width:42px;height:42px;padding:0}.header-dropdown__number svg{width:20px;height:20px}.header-dropdown__group-content{flex-direction:column;gap:4px;min-width:0;display:flex}.header-dropdown__group-eyebrow{color:#ffffff42;font-size:var(--fs-eyebrow);letter-spacing:.14em;text-transform:uppercase;margin:0;font-weight:700;line-height:1;display:block}.header-dropdown__group-title{color:#fff;font-size:var(--fs-body);letter-spacing:-.02em;margin:0;font-weight:600;line-height:1.2}.header-dropdown__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex;position:relative}.header-dropdown__item{width:100%}.header-dropdown__link{color:#ffffff8f;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:48px;padding:10px 42px 10px 18px;transition:color .22s,background-color .22s,padding-left .3s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.header-dropdown__link:before{content:"";background:var(--group-color);opacity:0;width:0;height:1px;box-shadow:0 0 12px rgba(var(--group-rgb), .75);transition:width .28s,opacity .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.header-dropdown__link:hover,.header-dropdown__link--active{color:#fff;background:linear-gradient(90deg, rgba(var(--group-rgb), .11), rgba(var(--group-rgb), .025) 70%, transparent);box-shadow:none;padding-left:28px;transform:none}.header-dropdown__link:hover:before,.header-dropdown__link--active:before{opacity:1;width:14px}.header-dropdown__link:hover .header-dropdown__link-arrow,.header-dropdown__link--active .header-dropdown__link-arrow{opacity:1;transform:translateY(-50%)translate(2px)}.header-dropdown__link-content{flex-direction:column;gap:3px;min-width:0;display:flex}.header-dropdown__link-title{color:inherit;font-size:var(--fs-body-small);letter-spacing:-.01em;font-weight:500;line-height:1.35}.header-dropdown__link-description{display:none}.header-dropdown__link-arrow{width:18px;height:18px;color:var(--group-color);opacity:.55;pointer-events:none;border:0;justify-content:center;align-items:center;transition:opacity .2s,transform .25s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.header-dropdown__link-arrow svg{fill:currentColor;width:12px;height:12px;color:inherit;pointer-events:none;display:block}}@media (width<=768px){.header-dropdown__group,.header-dropdown__group:first-child,.header-dropdown__group:last-child{padding:24px 0 22px 42px}.header-dropdown__group:before{top:28px;bottom:22px;left:13px}.header-dropdown__group-head:before{width:8px;height:8px;left:-33px}.header-dropdown__number{flex:0 0 40px;width:40px;height:40px}.header-dropdown__number svg{width:19px;height:19px}.header-dropdown__link{min-height:46px;padding:9px 36px 9px 12px}.header-dropdown__link-title{font-size:var(--fs-body-small)}}@media (width<=576px){.header-dropdown__group,.header-dropdown__group:first-child,.header-dropdown__group:last-child{padding:22px 0 20px 34px}.header-dropdown__group:before{top:25px;bottom:20px;left:9px}.header-dropdown__group-head{gap:10px;margin-bottom:13px}.header-dropdown__group-head:before{width:7px;height:7px;left:-29px}.header-dropdown__number{border-radius:9px;flex:0 0 38px;width:38px;height:38px;padding:0}.header-dropdown__number svg{width:18px;height:18px}.header-dropdown__group-eyebrow{font-size:var(--fs-eyebrow)}.header-dropdown__group-title{font-size:var(--fs-body)}.header-dropdown__link{min-height:44px;padding:8px 32px 8px 10px}.header-dropdown__link-title{font-size:var(--fs-body-small);line-height:1.4}.header-dropdown__link-arrow{width:16px;height:16px;right:10px}.header-dropdown__link-arrow svg{width:11px;height:11px}}@keyframes topbarDotPulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #ff37e473}50%{opacity:.45;transform:scale(.85);box-shadow:0 0 0 5px #ff37e400}}.services-tabs{padding:32px 0 var(--section-y);background:#000;scroll-margin-top:100px;position:relative}.services-tabs__navigation{width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:repeat(3,minmax(0,330px));justify-content:center;gap:16px;margin-bottom:30px;display:grid;position:relative;overflow:visible}.services-tabs__tab{color:#fff;text-align:left;cursor:pointer;appearance:none;background:linear-gradient(145deg,#15151d 0%,#0d0d14 55%,#09090e 100%);border:1px solid #ffffff1c;border-radius:13px;justify-content:space-between;align-items:center;gap:5px 18px;width:100%;min-width:0;min-height:84px;padding:16px 20px;transition:transform .26s,border-color .26s,background .26s,box-shadow .26s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000052,inset 0 1px #ffffff09}.services-tabs__tab:hover:not(.services-tabs__tab--active){background:linear-gradient(145deg,#1b1b26 0%,#11111a 60%,#0c0c12 100%);border-color:#488eff52;transform:translateY(-3px);box-shadow:0 15px 32px #00000061,0 0 25px #488eff0d}.services-tabs__tab--active{background:linear-gradient(125deg,#5415a8 0%,#6630d8 34%,#394fdc 66%,#0870f8 100%);border-color:#648fffd9;transform:translateY(-3px);box-shadow:0 15px 38px #086bf83d,0 12px 34px #f533f521,inset 0 1px #ffffff29}.services-tabs__tab--active:before{display:none}.services-tabs__tab--active:after{content:"";filter:blur(42px);pointer-events:none;background:#ffffff1f;border-radius:50%;width:150px;height:150px;position:absolute;top:-65px;right:-35px}.services-tabs__tab--active .services-tabs__tab-number{color:#ffffffb3}.services-tabs__tab--active .services-tabs__tab-title{color:#fff;letter-spacing:.8px}.services-tabs__tab--active .services-tabs__tab-icon{opacity:1;transform:scale(1.06)}.services-tabs__tab--active .services-tabs__tab-line{opacity:1;transform:translate(-50%)scaleX(1)}.services-tabs__tab-number{z-index:2;color:#ffffff59;font-size:var(--fs-eyebrow);letter-spacing:.07em;grid-area:1/1;font-weight:500;line-height:1;transition:color .26s;position:relative}.services-tabs__tab-title{z-index:2;color:#ffffffe6;font-size:var(--fs-lead);letter-spacing:.3px;font-weight:600;line-height:var(--lh-title);white-space:nowrap;grid-area:2/1;transition:all .26s;position:relative}.services-tabs__tab-icon{z-index:2;opacity:.52;flex:0 0 38px;grid-area:1/2/span 2;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .26s,transform .26s;display:flex;position:relative}.services-tabs__tab-icon img{object-fit:contain;width:27px;height:27px;transition:filter .26s;display:block}.services-tabs__tab-line{z-index:3;opacity:0;background:#fff;border-radius:999px 999px 0 0;width:55px;height:3px;transition:opacity .26s,transform .26s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(.3);box-shadow:0 0 10px #ffffffb3,0 0 22px #488effb3}.services-tabs__panels{position:relative}.services-tabs__panel[hidden]{display:none}.services-tabs__panel--active{animation:.42s cubic-bezier(.2,.8,.2,1) servicePanelIn}.services-tabs__layout{background:#050509;border:1px solid #ffffff14;border-radius:18px;grid-template-columns:minmax(300px,.75fr) minmax(0,1.8fr);min-height:660px;display:grid;overflow:hidden;box-shadow:0 34px 90px #00000052}.services-tabs__intro{background:radial-gradient(circle at 0 15%,#086bf814,#0000 42%),radial-gradient(circle at 100% 95%,#f533f51a,#0000 40%),#050509;border-right:1px solid #ffffff12;flex-direction:column;min-width:0;padding:55px 45px 36px;display:flex;position:relative;overflow:hidden}.services-tabs__intro-content{z-index:3;position:relative}.services-tabs__category{color:#5896ff;font-size:var(--fs-eyebrow);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:5px;margin-bottom:23px;font-weight:600;line-height:1;display:flex}.services-tabs__category--line{background-color:#5896ff;border-radius:1px;width:20px;height:1px;display:block}.services-tabs__heading{color:#fff;max-width:420px;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-heading);letter-spacing:-.05em;margin:0 0 24px}.services-tabs__heading span{color:#fa5aff}.services-tabs__description{color:#ffffff7a;max-width:410px;font-size:var(--fs-body-small);line-height:var(--lh-body);margin:0 0 28px}.services-tabs__all-link{color:#ffffffbf;min-height:43px;font-size:var(--fs-body-small);border:1px solid #ffffff21;border-radius:8px;align-items:center;gap:20px;padding:0 16px;font-weight:500;transition:color .3s,border-color .3s,background-color .3s,transform .3s;display:inline-flex}.services-tabs__all-link:hover{color:#fff;background:#f533f50f;border-color:#f533f575;transform:translateY(-2px)}.services-tabs__all-link:hover .services-tabs__all-arrow{transform:translate(4px)rotate(-45deg)}.services-tabs__all-arrow{border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;transition:transform .3s;transform:rotate(-45deg)}.services-tabs__visual{z-index:2;flex:1;justify-content:center;align-items:flex-end;min-height:270px;margin-top:25px;display:flex;position:relative}.services-tabs__visual-glow{filter:blur(70px);pointer-events:none;background:#4235ff57;border-radius:50%;width:250px;height:120px;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.services-tabs__image{width:100%;position:absolute;bottom:0;left:0}.services-tabs__image img{z-index:2;aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 25px 45px #00000080);width:100%;height:auto;position:relative;-webkit-mask-image:radial-gradient(at 0 100%,#000 0% 40%,#000000d9 54%,#0000 70% 100%);mask-image:radial-gradient(at 0 100%,#000 0% 40%,#000000d9 54%,#0000 70% 100%)}.services-tabs__cards{background:#030306;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(290px,1fr);gap:12px;min-width:0;padding:22px;display:grid}.services-tabs__cards:has(.services-tabs__card:nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.services-tabs__card{color:#fff;isolation:isolate;background:linear-gradient(145deg,#0f0f19f5,#06060cfa);border:1px solid #ffffff17;border-radius:14px;flex-direction:column;min-width:0;padding:22px 23px;transition:transform .3s cubic-bezier(.2,.8,.2,1),border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.services-tabs__card:before{content:"";z-index:-1;opacity:0;background:radial-gradient(circle at 50% 20%,#623eff21,#0000 38%);transition:opacity .3s;position:absolute;inset:0}.services-tabs__card:hover{border-color:#f533f55c;transform:translateY(-5px);box-shadow:0 18px 45px #00000061,0 0 0 1px #f533f509}.services-tabs__card:hover:before{opacity:1}.services-tabs__card:hover .services-tabs__card-icon{border-color:#f533f538;transform:translateY(-3px)scale(1.05)}.services-tabs__card:hover .services-tabs__card-arrow{background:#f533f514;border-color:#f533f5a6;transform:translate(2px)rotate(-45deg)}.services-tabs__card:hover .services-tabs__card-glow{opacity:.45}.services-tabs__card-top{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.services-tabs__card-number{color:#5f9bff;width:39px;height:39px;font-size:var(--fs-micro);background:#3b82f608;border:1px solid #3b82f640;border-radius:7px;justify-content:center;align-items:center;font-weight:600;display:flex}.services-tabs__card-dots{opacity:.32;gap:3px;display:flex}.services-tabs__card-dots span{background:#fffc;border-radius:50%;width:3px;height:3px;display:block}.services-tabs__card-icon{background:radial-gradient(circle,#533aff1f,#04040a40 70%);border:1px solid #ffffff0e;border-radius:50%;flex:0 0 180px;justify-content:center;align-items:center;width:180px;height:180px;margin:4px auto 19px;transition:transform .3s,border-color .3s;display:flex}.services-tabs__card-icon img{object-fit:contain;filter:drop-shadow(0 0 14px #6344ff47);width:98px;height:98px}.services-tabs__card-content{margin-top:auto;padding-right:35px}.services-tabs__card-title{color:#fff;font-size:var(--fs-lead);font-weight:600;line-height:var(--lh-title);letter-spacing:-.025em;margin:0 0 12px}.services-tabs__card-description{color:#ffffff6e;font-size:var(--fs-body-small);line-height:var(--lh-body);margin:0}.services-tabs__card-arrow{border:1px solid #ffffff2e;border-radius:50%;width:35px;height:35px;transition:transform .3s,border-color .3s,background-color .3s;position:absolute;bottom:20px;right:20px}.services-tabs__card-arrow:before{content:"";border-bottom:1.5px solid #fff;border-right:1.5px solid #fff;width:7px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-65%,-50%)rotate(-45deg)}.services-tabs__card-glow{z-index:-2;opacity:0;filter:blur(65px);pointer-events:none;background:#fa5aff;border-radius:50%;width:150px;height:150px;transition:opacity .3s;position:absolute;bottom:-80px;right:-65px}@keyframes servicePanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1200px){.services-tabs__layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.65fr)}.services-tabs__intro{padding:45px 32px 30px}.services-tabs__cards{grid-auto-rows:minmax(275px,1fr);padding:16px}.services-tabs__card{padding:18px}.services-tabs__card-icon{flex-basis:156px;width:156px;height:156px}.services-tabs__card-icon img{width:86px;height:86px}}@media (width<=992px){.services-tabs__navigation{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#5896ffb3 #ffffff0f;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:12px;width:100%;margin-bottom:22px;padding:4px 2px 14px;display:flex;position:relative;overflow:auto hidden}.services-tabs__navigation::-webkit-scrollbar{height:2px}.services-tabs__navigation::-webkit-scrollbar-track{background:#ffffff0d;border-radius:999px}.services-tabs__navigation::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#6630d8,#0870f8);border-radius:999px}.services-tabs__tab{scroll-snap-align:start;flex:0 0 270px;width:270px;min-width:270px;min-height:78px;padding:14px 18px}.services-tabs__image{width:300px;left:auto;right:0;-webkit-mask-image:radial-gradient(at 100% 100%,#000 0% 40%,#000000d9 54%,#0000 70% 100%);mask-image:radial-gradient(at 100% 100%,#000 0% 40%,#000000d9 54%,#0000 70% 100%)}.services-tabs__layout{grid-template-columns:1fr}.services-tabs__description{color:#fff}.services-tabs__intro{border-bottom:1px solid #ffffff12;border-right:0;height:300px}.services-tabs__visual{opacity:.68;width:45%;position:absolute;bottom:0;right:15px}.services-tabs__cards{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(270px,1fr)}.services-tabs__cards:has(.services-tabs__card:nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.services-tabs__card-content{padding-right:65px}}@media (width<=576px){.services-tabs{padding:0 0 85px}.services-tabs__navigation{scroll-snap-type:none;scrollbar-width:none;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;width:100%;margin-bottom:22px;padding:4px 0 10px;display:flex;overflow:visible}.services-tabs__navigation::-webkit-scrollbar{display:none}.services-tabs__tab{scroll-snap-align:none;background:linear-gradient(145deg,#15151d 0%,#0d0d14 55%,#09090e 100%);border:1px solid #ffffff1f;border-radius:14px;flex:none;justify-content:space-between;align-items:center;gap:14px;width:100%;min-width:0;min-height:74px;padding:14px 18px;transition:border-color .26s,background .26s,box-shadow .26s,transform .26s;display:flex;position:relative;overflow:hidden;transform:none;box-shadow:inset 0 1px #ffffff0a}.services-tabs__tab:hover:not(.services-tabs__tab--active){background:linear-gradient(145deg,#1b1b26 0%,#11111a 60%,#0c0c12 100%);border-color:#488eff61;transform:none}.services-tabs__tab--active{background:linear-gradient(135deg,#5415a8 0%,#6630d8 34%,#394fdc 66%,#0870f8 100%);border-color:#648fffe6;transform:none;box-shadow:0 7px 22px #086bf83d,0 6px 20px #f533f524,inset 0 1px #ffffff2e}.services-tabs__tab--active:after{content:"";filter:blur(25px);pointer-events:none;background:#ffffff21;border-radius:50%;width:70px;height:70px;position:absolute;top:-30px;right:-20px}.services-tabs__tab--active .services-tabs__tab-icon{opacity:1;transform:scale(1.08)}.services-tabs__tab-title{white-space:normal;overflow-wrap:anywhere;flex:auto;min-width:0}.services-tabs__tab-icon{z-index:2;opacity:.58;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .26s,transform .26s;display:flex;position:relative;transform:none}.services-tabs__tab-icon img{object-fit:contain;width:27px;height:27px;display:block}.services-tabs__tab-line{display:none}.services-tabs__layout{border-radius:13px;min-height:auto}.services-tabs__intro{display:none}.services-tabs__category{margin-bottom:16px}.services-tabs__heading,.services-tabs__description{max-width:310px}.services-tabs__visual{opacity:.5;width:66%;right:-30px}.services-tabs__visual img{max-height:220px}.services-tabs__cards{grid-template-columns:1fr;grid-auto-rows:auto;gap:9px;padding:10px}.services-tabs__cards:has(.services-tabs__card:nth-child(4):last-child){grid-template-columns:1fr}.services-tabs__card{border-radius:11px;padding:17px}.services-tabs__card-top{display:none}.services-tabs__card-icon{flex-basis:140px;width:140px;height:140px;margin-bottom:15px}.services-tabs__card-icon img{width:76px;height:76px}.services-tabs__card-content{padding-right:30px}.services-tabs__card-arrow{width:31px;height:31px;bottom:15px;right:15px}}@media (width<=992px) and (width>=577px){.services-tabs__navigation{scrollbar-width:thin;scrollbar-color:#5896ffe6 #ffffff14;overflow:auto hidden}.services-tabs__navigation::-webkit-scrollbar{height:6px}.services-tabs__navigation::-webkit-scrollbar-track{background:#ffffff0f;border-radius:999px}.services-tabs__navigation::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#6630d8 0%,#394fdc 50%,#0870f8 100%);border:1px solid #ffffff14;border-radius:999px}.services-tabs__navigation::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#7a43df 0%,#4f63ee 50%,#2587ff 100%)}}.page-hero{background:#000;border:15px solid #000;border-top-width:7px;border-radius:40px;align-items:flex-end;width:100%;min-height:450px;padding:220px 0 110px;display:flex;position:relative;overflow:hidden}.page-hero__background{z-index:0;position:absolute;inset:0}.page-hero__background img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:scale(1.005)}.page-hero__overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000000f 0%,#0000 45%,#0000001f 100%);position:absolute;inset:0}.page-hero__shape{z-index:4;background:#000;border-top-left-radius:40px;height:100px;position:absolute;bottom:0;right:0}.page-hero__shape:after{content:"";-webkit-mask:radial-gradient(70px at 0 0,#0000 69px,#000 70px);background:#000;width:69px;height:69px;position:absolute;top:-69px;right:0;-webkit-mask:radial-gradient(80px at 0 0,#0000 79px,#000 80px);mask:radial-gradient(80px at 0 0,#0000 79px,#000 80px)}.page-hero__shape:before{content:"";background:#000;width:51px;height:51px;position:absolute;bottom:-1px;left:-49px;-webkit-mask:radial-gradient(51px at 0 0,#0000 50px,#000 51px);mask:radial-gradient(51px at 0 0,#0000 50px,#000 51px)}.page-hero__title-area{pointer-events:none;width:max-content;max-width:100%;position:relative}.page-hero__title{color:#fff;font-size:var(--fs-section-title);font-family:Inter,Inter Fallback;font-weight:600;line-height:var(--lh-display);letter-spacing:0;text-transform:uppercase;white-space:nowrap;margin:0;padding:18px 30px 16px;display:block}.page-hero--service .page-hero__shape{height:auto;min-height:100px}.page-hero--service .page-hero__title-area{max-width:min(680px,100vw - 64px)}.page-hero--service .page-hero__title{white-space:normal;text-transform:none;padding:16px 28px 14px;font-size:clamp(22px,2.4vw,40px);line-height:1.15}@media (width<=1400px){.page-hero{min-height:650px}}@media (width<=1200px){.page-hero{border-width:12px;border-radius:32px;min-height:600px}.page-hero__shape{height:100px}}@media (width<=991px){.page-hero{border-width:10px;border-radius:28px;min-height:520px}.page-hero__shape{border-top-left-radius:45px;height:84px}.page-hero__title{margin-right:20px;padding:16px 24px 14px}}@media (width<=767px){.page-hero{border-width:7px;border-radius:22px;min-height:460px}.page-hero__background img{object-position:center}.page-hero__shape{border-top-left-radius:35px}.page-hero__shape:after{width:40px;height:40px;top:-40px;-webkit-mask:radial-gradient(41px at 0 0,#0000 40px,#000 41px);mask:radial-gradient(41px at 0 0,#0000 40px,#000 41px)}.page-hero__shape:before{width:36px;height:36px;left:-34px;-webkit-mask:radial-gradient(35px at 0 0,#0000 34px,#000 35px);mask:radial-gradient(35px at 0 0,#0000 34px,#000 35px)}.page-hero__title{margin-right:14px;padding:14px 18px 12px}}@media (width<=576px){.page-hero{height:350px;min-height:auto;padding:0}.page-hero__shape{background-color:#0000;position:static}.page-hero__shape:before,.page-hero__shape:after{content:none}.page-hero__title-area{width:100%}.page-hero__title{white-space:normal;margin-right:0;padding:12px 10px 10px}.gradient-line{display:none}}.gradient-line{background:linear-gradient(90deg,#0068ff00 0%,#3677ff 24%,#865dff 55%,#d34fff 82%,#ff4df8 100%);width:190px;height:4px;position:absolute;right:35px;box-shadow:0 0 6px #0068ff99,0 0 12px #865dff73,0 0 16px #ff4df859}.service-detail-intro{width:100%;padding:var(--section-y) var(--page-gutter);color:#fff;background:radial-gradient(circle at 82% 42%,#f533f50e 0%,#f533f504 22%,#0000 48%),#000;position:relative;overflow:hidden}.service-detail-intro:before{content:"";z-index:0;pointer-events:none;opacity:.14;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 20% 75%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 20% 75%,#0000 100%)}.service-detail-intro .container{z-index:2;position:relative}.service-detail-intro__glow{z-index:0;pointer-events:none;filter:blur(120px);background:#f533f50a;border-radius:50%;width:520px;height:520px;position:absolute;top:10%;right:-180px}.service-detail-intro__top{align-items:center;width:100%;margin-bottom:40px;display:flex}.service-detail-intro__meta{flex-shrink:0;align-items:center;gap:17px;display:flex}.service-detail-intro__number{color:#ffffff42;font-size:var(--fs-eyebrow);letter-spacing:.15em;font-weight:500;line-height:1}.service-detail-intro__eyebrow{color:#fa5aff;font-size:var(--fs-eyebrow);letter-spacing:.19em;text-transform:uppercase;font-weight:600;line-height:1}.service-detail-intro__line{background:linear-gradient(90deg,#f533f56b 0%,#ffffff0e 16%,#ffffff06 70%,#0000 100%);flex:1;height:1px;margin-left:30px;display:block}.service-detail-intro__grid{grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);align-items:start;gap:clamp(70px,10vw,170px);display:grid}.service-detail-intro__heading{min-width:0;position:relative}.service-detail-intro__title{color:#fff;max-width:800px;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-display);letter-spacing:-.058em;margin:0}.service-detail-intro__title span{color:#fa5aff;width:fit-content;margin-top:8px;display:block;position:relative}.service-detail-intro__content{width:100%;max-width:570px;padding:8px 0 5px;position:relative}.service-detail-intro__lead{color:#ffffffdb;font-size:var(--fs-lead);font-weight:500;line-height:var(--lh-lead);letter-spacing:-.022em;margin:0 0 25px}.service-detail-intro__text{color:#ffffff6b;max-width:540px;font-size:var(--fs-body-small);font-weight:400;line-height:var(--lh-body);margin:0}.service-detail-intro__signature{align-items:center;gap:14px;margin-top:38px;display:flex}.service-detail-intro__signature span{background:#fa5aff;flex-shrink:0;width:30px;height:1px;display:block;box-shadow:0 0 12px #f533f566}.service-detail-intro__signature small{color:#ffffff38;font-size:var(--fs-micro);letter-spacing:.18em;text-transform:uppercase;font-weight:500;line-height:1}@media (width<=1199px){.service-detail-intro__grid{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:70px}}@media (width<=991px){.service-detail-intro__top{margin-bottom:50px}.service-detail-intro__grid{grid-template-columns:1fr;align-items:start;gap:55px}.service-detail-intro__heading{max-width:750px}.service-detail-intro__title{flex-wrap:wrap;align-items:end;gap:0 8px;max-width:100%;display:inline-flex}.service-detail-intro__content{max-width:650px;padding-left:40px}.service-detail-intro__content:before{content:"";background:linear-gradient(#fa5aff,#f533f500);width:1px;height:74px;position:absolute;top:8px;left:0}}@media (width<=767px){.service-detail-intro:before{background-size:54px 54px}.service-detail-intro__glow{width:420px;height:420px;top:20%;right:-250px}.service-detail-intro__top{margin-bottom:40px}.service-detail-intro__meta{gap:12px}.service-detail-intro__line{margin-left:18px}.service-detail-intro__grid{gap:45px}.service-detail-intro__title{max-width:100%;line-height:var(--lh-display);letter-spacing:-.05em}.service-detail-intro__title span{margin-top:5px}.service-detail-intro__content{max-width:100%;padding-left:25px}.service-detail-intro__lead{margin-bottom:20px}.service-detail-intro__signature{margin-top:30px}}@media (width<=480px){.service-detail-intro__top{margin-bottom:34px}.service-detail-intro__line{margin-left:13px}.service-detail-intro__number{display:none}.service-detail-intro__content{padding-left:20px}.service-detail-intro__signature small{letter-spacing:.14em}}.service-slider{width:100%;padding:20px 0 var(--section-y-compact) 0;color:#fff;background:radial-gradient(circle at 72% 45%,#f533f50e,#0000 38%),#000;position:relative;overflow:hidden}.service-slider__container{position:relative}.service-slider__layout{grid-template-columns:minmax(280px,30%) minmax(0,70%);width:100%;height:520px;min-height:0;display:grid}.service-slider__content{z-index:5;border-right:1px solid #ffffff14;flex-direction:column;justify-content:center;min-width:0;padding:10px clamp(38px,4vw,68px) 10px 0;display:flex;position:relative}.service-slider__active-content{width:100%;position:relative}.service-slider__info{width:100%;max-width:430px;position:relative}.service-slider__service{color:#fa5aff;font-size:var(--fs-eyebrow);letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px;font-weight:600;line-height:1;display:block}.service-slider__brand{color:#ffffff6b;font-size:var(--fs-micro);letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;font-weight:500;line-height:1.3;display:block}.service-slider__title{color:#fff;max-width:420px;font-size:var(--fs-subtitle);font-weight:600;line-height:var(--lh-title);letter-spacing:-.04em;margin:0 0 20px}.service-slider__description{color:#ffffff75;max-width:390px;font-size:var(--fs-body-small);font-weight:400;line-height:var(--lh-body);margin:0 0 30px}.service-slider__link{color:#fff;width:fit-content;font-size:var(--fs-eyebrow);letter-spacing:.09em;align-items:center;gap:24px;font-weight:600;line-height:1;text-decoration:none;transition:color .3s;display:inline-flex;position:relative}.service-slider__link:after{content:"";background:#f533f594;width:36px;height:1px;transition:width .35s;position:absolute;bottom:-9px;left:0}.service-slider__link:hover{color:#fa5aff}.service-slider__link:hover:after{width:100%}.service-slider__link:hover .service-slider__link-arrow{transform:translate(5px)}.service-slider__link-arrow{flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:inline-flex}.service-slider__link-arrow img{width:21px;height:auto;display:block}.service-slider__navigation{align-items:center;gap:10px;margin-top:42px;display:flex}.service-slider__nav{color:#fff;cursor:pointer;background:#0068ff59;border:1px solid #0068ff;border-radius:50%;flex-shrink:0;place-items:center;width:46px;height:46px;padding:0;transition:transform .3s,border-color .3s,background .3s,opacity .3s;display:grid}.service-slider__nav:hover{background:#0068ffb3;border-color:#0068ff;transform:translateY(-2px)}.service-slider__nav.swiper-button-disabled{opacity:.25;cursor:default;pointer-events:none}.service-slider__nav img{width:13px;height:auto;display:block}.service-slider__slider-area{align-items:center;width:100%;min-width:0;height:520px;padding-left:clamp(24px,3vw,48px);display:flex;position:relative;overflow:hidden}.service-slider__swiper{width:100%;min-width:0;height:400px;position:relative;overflow:visible}.service-slider .swiper-wrapper{box-sizing:content-box;align-items:center;width:100%;height:100%;display:flex}.service-slider__slide{aspect-ratio:5/8;z-index:1;opacity:.34;transform-origin:50%;filter:saturate(.6)brightness(.76);flex-shrink:0;width:clamp(200px,15.5vw,270px);height:auto;transition:opacity .65s,transform .65s cubic-bezier(.2,.75,.25,1),filter .65s;position:relative;transform:scale(.9)}.service-slider__slide.swiper-slide-active{z-index:5;opacity:1;filter:saturate()brightness();transform:scale(1.05)}.service-slider__slide.swiper-slide-next{z-index:3;opacity:.72;filter:saturate(.82)brightness(.88);transform:scale(.96)}.service-slider__slide.swiper-slide-prev{z-index:2;opacity:.5;filter:saturate(.72)brightness(.82);transform:scale(.93)}.service-slider__slide-inner{background:#101014;border:1px solid #ffffff14;border-radius:6px;width:100%;height:100%;transition:box-shadow .65s,border-color .65s;position:relative;overflow:hidden;box-shadow:0 18px 42px #00000057}.swiper-slide-active .service-slider__slide-inner{border-color:#ffffff24;box-shadow:0 30px 65px #00000085,0 0 35px #f533f512}.service-slider__image{position:absolute;inset:0}.service-slider__image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform 1s cubic-bezier(.2,.75,.25,1);display:block;transform:scale(1.05)}.swiper-slide-active .service-slider__image img{transform:scale(1)}.service-slider__image-logo{z-index:4;width:auto;max-width:90px;height:auto;position:absolute;top:14px;left:14px}.service-slider__image-logo img{object-fit:contain;width:100%;height:auto;display:block}.service-slider__overlay{z-index:2;pointer-events:none;background:linear-gradient(#00000005 0%,#0000000d 35%,#00000024 65%,#000000d1 100%);position:absolute;inset:0}.service-slider__slide-label{z-index:4;opacity:0;transition:opacity .4s,transform .4s;position:absolute;bottom:20px;left:20px;right:20px;transform:translateY(7px)}.service-slider__slide-label span{color:#fff;font-size:var(--fs-micro);letter-spacing:.07em;text-transform:uppercase;font-weight:600;line-height:1.3}.swiper-slide-active .service-slider__slide-label{opacity:1;transform:translateY(0)}.service-slider__data{display:none}@media (width<=1199px){.service-slider{padding-bottom:75px!important}.service-slider__layout{grid-template-columns:minmax(270px,36%) minmax(0,64%);height:500px}.service-slider__content{padding:10px 32px 10px 0}.service-slider__navigation{margin-top:32px}.service-slider__slider-area{height:500px;padding-left:28px}.service-slider__swiper{height:380px}.service-slider__slide{width:clamp(185px,18vw,230px)}}@media (width<=991px){.service-slider{padding:20px 0 65px}.service-slider__layout{grid-template-columns:minmax(245px,40%) minmax(0,60%);height:460px}.service-slider__content{padding:5px 26px 5px 0}.service-slider__service{margin-bottom:8px}.service-slider__brand{margin-bottom:12px}.service-slider__title{margin-bottom:14px}.service-slider__description{margin-bottom:20px}.service-slider__link{gap:16px}.service-slider__navigation{margin-top:24px}.service-slider__nav{width:40px;height:40px}.service-slider__slider-area{height:460px;padding-left:20px}.service-slider__swiper{height:345px}.service-slider__slide{width:clamp(170px,22vw,210px)}}@media (width<=899px){.service-slider{padding:45px 0 65px}.service-slider__layout{flex-direction:column;gap:34px;height:auto;display:flex}.service-slider__content{border-right:0;width:100%;padding:0 0 30px;display:block}.service-slider__active-content{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:35px;display:grid}.service-slider__info{max-width:600px}.service-slider__title{max-width:560px}.service-slider__description{max-width:530px}.service-slider__navigation{align-self:end;margin-top:0}.service-slider__slider-area{width:100%;height:auto;padding:0;overflow:visible}.service-slider__swiper{width:100%;height:390px;overflow:visible}.service-slider__slide{width:clamp(185px,28vw,225px)}}@media (width<=767px){.service-slider{padding:40px 0 55px}.service-slider__layout{gap:28px}.service-slider__content{padding-bottom:26px}.service-slider__active-content{display:block}.service-slider__info{max-width:100%}.service-slider__brand{margin-bottom:11px}.service-slider__title{max-width:100%;margin-bottom:14px}.service-slider__description{max-width:100%;margin-bottom:21px}.service-slider__navigation{margin-top:28px}.service-slider__nav{width:41px;height:41px}.service-slider__swiper{height:360px}.service-slider__slide{opacity:.28;width:min(56vw,215px);transform:scale(.94)}.service-slider__slide.swiper-slide-active{opacity:1;transform:scale(1)}.service-slider__slide.swiper-slide-next{opacity:.58;transform:scale(.97)}.service-slider__slide.swiper-slide-prev{opacity:.42;transform:scale(.95)}.service-slider__image-logo{max-width:72px;top:12px;left:12px}.service-slider__slide-label{bottom:15px;left:15px;right:15px}}@media (width<=480px){.service-slider{padding:34px 0 45px}.service-slider__layout{gap:22px}.service-slider__content{padding-bottom:22px}.service-slider__title{margin-bottom:12px}.service-slider__description{margin-bottom:18px}.service-slider__link{gap:14px}.service-slider__link:after{bottom:-7px}.service-slider__link-arrow img{width:18px}.service-slider__navigation{gap:8px;margin-top:23px}.service-slider__nav{width:39px;height:39px}.service-slider__nav img{width:11px}.service-slider__swiper{height:330px}.service-slider__slide{width:min(62vw,195px)}.service-slider__image-logo{max-width:62px}}.service-benefits{width:100%;padding:0px 0 var(--section-y-compact) 0;color:#fff;background:#000;position:relative;overflow:hidden}.service-benefits__inner{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:stretch;gap:70px;min-height:520px;display:grid}.service-benefits__content{flex-direction:column;min-width:0;display:flex}.service-benefits__eyebrow{color:#3b82f6;font-size:var(--fs-eyebrow);letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px;font-weight:600;line-height:1;display:block}.service-benefits__title{color:#fff;max-width:620px;font-size:var(--fs-subtitle);font-weight:600;line-height:var(--lh-heading);letter-spacing:-.045em;margin:0 0 35px}.service-benefits__title span{color:#ffffff61;display:block}.service-benefits__list{border-top:1px solid #ffffff1c;flex-direction:column;flex:1;display:flex}.service-benefits__item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff1c;flex:1;align-items:center;padding:13px 0;display:flex;position:relative;overflow:hidden}.service-benefits__item-line{background:linear-gradient(#3b82f6,#d946ef);width:2px;height:0;transition:height .45s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:0;transform:translateY(-50%)}.service-benefits__item-content{grid-template-columns:45px 1fr;align-items:start;gap:15px;width:100%;transition:padding-left .45s cubic-bezier(.16,1,.3,1);display:grid}.service-benefits__item-number{color:#ffffff40;font-size:var(--fs-eyebrow);letter-spacing:.08em;padding-top:4px;font-weight:500;line-height:1;transition:color .35s}.service-benefits__item-main{min-width:0;display:block}.service-benefits__item-title{color:#ffffff6b;font-size:var(--fs-lead);font-weight:500;line-height:var(--lh-title);letter-spacing:-.03em;transition:color .35s;display:block}.service-benefits__item-description{color:#ffffff6b;max-width:520px;font-size:var(--fs-body-small);opacity:0;grid-template-rows:0fr;margin-top:0;font-weight:400;line-height:1.65;transition:grid-template-rows .45s cubic-bezier(.16,1,.3,1),margin-top .45s,opacity .3s;display:grid;overflow:hidden}.service-benefits__item.is-active .service-benefits__item-line{height:calc(100% - 24px)}.service-benefits__item.is-active .service-benefits__item-content{padding-left:14px}.service-benefits__item.is-active .service-benefits__item-number{color:#3b82f6}.service-benefits__item.is-active .service-benefits__item-title{color:#fff}.service-benefits__item.is-active .service-benefits__item-description{opacity:1;grid-template-rows:1fr;margin-top:8px}.service-benefits__item:hover .service-benefits__item-title{color:#ffffffd9}.service-benefits__visual{background:#0d0d0d;min-width:0;height:100%;position:relative;overflow:hidden}.service-benefits__image{z-index:1;opacity:0;visibility:hidden;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1),visibility 0s linear .6s;position:absolute;inset:0;transform:scale(1.04)}.service-benefits__image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.service-benefits__image:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000001f,#0000 35%);position:absolute;inset:0}.service-benefits__image.is-active{z-index:2;opacity:1;visibility:visible;transition-delay:0s;transform:scale(1)}.service-benefits__visual-index{z-index:5;-webkit-backdrop-filter:blur(10px);color:#ffffff80;font-size:var(--fs-micro);letter-spacing:.12em;background:#00000073;border:1px solid #ffffff1a;align-items:center;gap:9px;padding:8px 11px;line-height:1;display:flex;position:absolute;bottom:16px;right:18px}.service-benefits__visual-index span:first-child{color:#fff}.service-benefits__visual-separator{background:#ffffff40;width:22px;height:1px}@media (width<=991px){.service-benefits__inner{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:35px;min-height:480px;max-height:none}.service-benefits__title{margin-bottom:28px}}@media (width<=767px){.service-benefits{padding:60px 0}.service-benefits__inner{grid-template-columns:1fr;gap:30px;min-height:0;max-height:none}.service-benefits__title{max-width:100%}.service-benefits__list{flex:none}.service-benefits__item{min-height:66px;padding:15px 0}.service-benefits__visual{aspect-ratio:16/10;height:auto}}@media (width<=575px){.service-benefits__item-content{grid-template-columns:35px 1fr;gap:10px}.service-benefits__visual{aspect-ratio:4/3}}.contact-map{background:#000;width:100%;position:relative}.contact-map__frame{width:100%;height:400px;position:relative;overflow:hidden}.contact-map__frame iframe{border:0;width:100%;height:100%;display:block}@media (width<=991px){.contact-map__frame{height:500px}}@media (width<=767px){.contact-map__frame{height:420px}}@media (width<=480px){.contact-map__frame{height:360px}}.services-marquee{background:#fa5aff;width:100%;position:relative;overflow:hidden}.services-marquee__track{will-change:transform;width:max-content;animation:55s linear infinite servicesMarquee;display:flex}.services-marquee__group{flex-shrink:0;align-items:center;gap:clamp(28px,2.3vw,48px);padding:20px 24px;display:flex}.services-marquee__item{color:#fff;font-size:var(--fs-lead);letter-spacing:-.02em;white-space:nowrap;flex-shrink:0;font-weight:600;line-height:1}.services-marquee__x{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.services-marquee__x img{object-fit:contain;opacity:.9;width:100%;height:100%;display:block}.services-marquee:hover .services-marquee__track{animation-play-state:paused}@keyframes servicesMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=767px){.services-marquee__track{animation-duration:42s}.services-marquee__group{gap:22px;padding:16px 18px}.services-marquee__x{width:17px;height:17px}}.contact-section{--contact-bg:#000;--contact-panel:#0b0b0f;--contact-white:#fff;--contact-purple:#fa5aff;--contact-blue:#0068ff;--contact-cyan:#12d8d0;isolation:isolate;width:100%;padding:var(--section-y) var(--page-gutter);background:var(--contact-bg);color:var(--contact-white);position:relative;overflow:hidden}.contact-section__glow{z-index:0;filter:blur(160px);opacity:.14;pointer-events:none;border-radius:50%;width:620px;height:620px;position:absolute}.contact-section__glow--left{background:var(--contact-blue);top:5%;left:-430px}.contact-section__glow--right{background:var(--contact-purple);bottom:0;right:-430px}.contact-section__grid-bg{z-index:0;pointer-events:none;opacity:.12;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 18% 78%,#0000);mask-image:linear-gradient(#0000,#000 18% 78%,#0000)}.contact-section__container{z-index:2;grid-template-columns:minmax(300px,.72fr) minmax(600px,1.28fr);align-items:start;gap:clamp(55px,7vw,130px);width:min(100%,1560px);margin:0 auto;display:grid;position:relative}.contact-section__info{max-width:520px;padding-top:8px;position:sticky;top:120px}.contact-section__heading{margin-bottom:42px}.contact-section__eyebrow{color:var(--contact-purple);font-size:var(--fs-eyebrow);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:20px;font-weight:600;line-height:1;display:inline-flex}.contact-section__eyebrow:before{content:"";background:currentColor;width:20px;height:1px}.contact-section__title{max-width:500px;color:var(--contact-white);font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-display);letter-spacing:-.055em;margin:0 0 22px}.contact-section__description{color:#ffffff7a;max-width:430px;font-size:var(--fs-body);font-weight:400;line-height:var(--lh-body);margin:0}.contact-section__status{color:#ffffff4d;font-size:var(--fs-body-small);align-items:center;gap:8px;margin-top:30px;line-height:1.5;display:flex}.contact-section__status-dot{background:var(--contact-cyan);border-radius:50%;flex:0 0 6px;width:6px;height:6px;box-shadow:0 0 10px #12d8d0b3}.contact-channels{flex-direction:column;gap:12px;display:flex}.contact-channel{width:100%;min-height:64px;color:inherit;border-bottom:1px solid #ffffff14;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 0;text-decoration:none;transition:border-color .25s,transform .25s;display:grid;position:relative}.contact-channel__icon{border:1px solid color-mix(in srgb, var(--contact-purple) 35%, transparent);background:color-mix(in srgb, var(--contact-purple) 8%, transparent);width:38px;height:38px;color:var(--contact-purple);border-radius:50%;justify-content:center;align-items:center;transition:transform .25s,color .25s,border-color .25s,background-color .25s;display:inline-flex}.contact-channel__icon svg{width:18px;height:18px}.contact-channel__content{flex-direction:column;gap:4px;min-width:0;display:flex}.contact-channel__label{color:#ffffff4d;font-size:var(--fs-eyebrow);letter-spacing:.1em;text-transform:uppercase;font-weight:500;line-height:1}.contact-channel strong{color:#ffffffb8;font-size:var(--fs-body-small);text-overflow:ellipsis;white-space:nowrap;font-weight:500;line-height:1.35;transition:color .25s;overflow:hidden}.contact-channel__arrow{color:#ffffff3d;width:17px;padding-right:4px;transition:color .25s,transform .25s}a.contact-channel:hover{border-color:color-mix(in srgb, var(--contact-purple) 28%, transparent)}a.contact-channel:hover .contact-channel__icon{border-color:var(--contact-purple);background:var(--contact-purple);color:#080808;transform:translateY(-2px)}a.contact-channel:hover .contact-channel__content strong{color:var(--contact-white)}a.contact-channel:hover .contact-channel__arrow{color:var(--contact-purple);transform:translate(3px,-3px)}.contact-form-card{background:linear-gradient(145deg, #ffffff0d, #ffffff05), var(--contact-panel);-webkit-backdrop-filter:blur(18px);border:1px solid #ffffff14;border-radius:22px;width:100%;min-width:0;padding:clamp(26px,3vw,40px);position:relative;overflow:hidden;box-shadow:0 40px 100px #00000057}.contact-form-card__accent{background:linear-gradient(90deg, var(--contact-purple), var(--contact-blue));width:88px;height:2px;position:absolute;top:-1px;left:clamp(26px,3vw,40px)}.contact-form-card:after{content:"";background:radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--contact-blue) 10%, transparent), transparent 68%);pointer-events:none;border-radius:0 21px 0 100%;width:180px;height:180px;position:absolute;top:0;right:0}.contact-form-card__header{z-index:2;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;padding-bottom:20px;display:flex;position:relative}.contact-form-card__header h2{max-width:540px;color:var(--contact-white);font-size:var(--fs-subtitle);font-weight:600;line-height:var(--lh-title);letter-spacing:-.04em;margin:7px 0 0}.contact-form-card__eyebrow{color:var(--contact-purple);font-size:var(--fs-eyebrow);letter-spacing:.14em;text-transform:uppercase;font-weight:600;line-height:1;display:block}.contact-form-card__icon{object-fit:contain;opacity:.94;flex:none;width:82px;height:auto;display:block}.contact-form{z-index:2;width:100%;position:relative}.contact-form__section-head{grid-template-columns:26px auto minmax(30px,1fr);align-items:center;gap:10px;margin-bottom:16px;display:grid}.contact-form__section-head>span{color:var(--contact-blue);font-size:var(--fs-eyebrow);letter-spacing:.12em;font-weight:600;line-height:1}.contact-form__section-head h3{color:#ffffffd1;font-size:var(--fs-eyebrow);letter-spacing:.05em;text-transform:uppercase;margin:0;font-weight:600;line-height:1}.contact-form__section-head i{background:#ffffff17;height:1px}.contact-form__section-head--message{margin-top:28px;margin-bottom:16px}.contact-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.contact-form__field{min-width:0;position:relative}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{width:100%;color:var(--contact-white);font-family:inherit;font-size:var(--fs-body);box-shadow:none;background:#ffffff09;border:1px solid #ffffff1c;border-radius:10px;outline:0;font-weight:400;transition:border-color .2s,background-color .2s,box-shadow .2s}.contact-form__field input:hover,.contact-form__field select:hover,.contact-form__field textarea:hover{border-color:#fff3}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{border-color:color-mix(in srgb, var(--contact-purple) 75%, transparent);background:color-mix(in srgb, var(--contact-purple) 4%, transparent);box-shadow:0 0 0 3px color-mix(in srgb, var(--contact-purple) 8%, transparent)}.contact-form__field input.is-invalid,.contact-form__field select.is-invalid,.contact-form__field textarea.is-invalid{border-color:#ff7575b8}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:#0000}.contact-form__field input{background:linear-gradient(145deg, #ffffff0d, #ffffff05), var(--contact-panel);height:40px;padding:12px 14px 9px}.contact-form__field select{appearance:none;cursor:pointer;color:#fffc;background-image:linear-gradient(45deg,#0000 50%,#ffffff73 50%),linear-gradient(135deg,#ffffff73 50%,#0000 50%);background-position:calc(100% - 19px) 23px,calc(100% - 14px) 23px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;height:40px;padding:0 42px 0 14px}.contact-form__field select option{background:linear-gradient(145deg, #ffffff0d, #ffffff05), var(--contact-panel);color:var(--contact-white)}.contact-form__field textarea{resize:vertical;background:linear-gradient(145deg, #ffffff0d, #ffffff05), var(--contact-panel);min-height:116px;padding:17px 14px 12px;line-height:1.55}.contact-form__field label{z-index:2;pointer-events:none;background:linear-gradient(145deg, #ffffff0d, #ffffff05), var(--contact-panel);color:#fffc;font-size:var(--fs-body-small);margin:0;padding:0 4px;font-weight:400;line-height:1;transition:top .2s,transform .2s,font-size .2s,color .2s;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.contact-form__field input:focus+label,.contact-form__field input:not(:placeholder-shown)+label,.contact-form__field textarea:focus+label,.contact-form__field textarea:not(:placeholder-shown)+label,.contact-form__field--select label{color:var(--contact-purple);font-size:var(--fs-eyebrow);letter-spacing:.06em;font-weight:600;top:0;transform:translateY(-50%)}.contact-form__field--message label{top:19px;transform:none}.contact-form__field--message textarea:focus+label,.contact-form__field--message textarea:not(:placeholder-shown)+label{top:0;transform:translateY(-50%)}.contact-form__error{color:#ff7575;font-size:var(--fs-body-small);margin-top:6px;padding-left:3px;line-height:1.4;display:block}.contact-form__error--recaptcha{margin-top:12px}.contact-form__success{z-index:2;color:#74d99b;font-size:var(--fs-body-small);background:#27ae6014;border:1px solid #27ae6047;border-radius:10px;margin-bottom:24px;padding:14px 16px;line-height:1.5;position:relative}.contact-form__footer{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:24px;margin-top:25px;padding-top:22px;display:flex}.contact-form__privacy-wrapper{flex:auto;min-width:0}.contact-form__privacy{cursor:pointer;align-items:flex-start;gap:9px;max-width:390px;display:flex;position:relative}.contact-form__privacy>input{opacity:0;width:1px;height:1px;position:absolute}.contact-form__privacy>input:checked+.contact-form__checkbox{border-color:var(--contact-blue);background:var(--contact-blue);color:var(--contact-white)}.contact-form__privacy>input:focus-visible+.contact-form__checkbox{outline:2px solid var(--contact-blue);outline-offset:2px}.contact-form__privacy>span:last-child{color:#ffffffad;font-size:var(--fs-body-small);line-height:1.55}.contact-form__checkbox{color:#0000;background:0 0;border:1px solid #ffffff80;border-radius:4px;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;font-size:12px;line-height:1;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex}.contact-form__submit{background:linear-gradient(90deg, var(--contact-blue), #25f);min-height:48px;color:var(--contact-white);font-family:inherit;font-size:var(--fs-body-small);cursor:pointer;box-shadow:0 10px 28px color-mix(in srgb, var(--contact-blue) 22%, transparent);border:0;border-radius:9px;flex:none;justify-content:center;align-items:center;gap:10px;padding:0 20px;font-weight:600;transition:transform .22s,box-shadow .22s;display:inline-flex}.contact-form__submit:hover{box-shadow:0 14px 34px color-mix(in srgb, var(--contact-blue) 34%, transparent);transform:translateY(-2px)}.contact-form__submit:hover .contact-form__submit-arrow{transform:rotate(45deg)}.contact-form__submit.is-loading,.contact-form__submit:disabled{opacity:.65;cursor:wait;pointer-events:none}.contact-form__submit-arrow{color:#fff;width:12px;font-size:15px;line-height:1;transition:transform .22s;transform:rotate(0)}.contact-offer{--contact-offer-radius:14px;--contact-offer-border-size:1px;--contact-offer-spark-speed:5s;isolation:isolate;z-index:2;border-radius:var(--contact-offer-radius);background:linear-gradient(110deg, color-mix(in srgb, var(--contact-blue) 10%, transparent), color-mix(in srgb, var(--contact-purple) 6%, transparent));border:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:28px;margin-top:30px;padding:20px 22px;display:flex;position:relative;overflow:hidden}.contact-offer:before{content:"";z-index:1;background:color-mix(in srgb, var(--contact-blue) 16%, transparent);filter:blur(45px);pointer-events:none;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-120px;right:10%}.contact-offer__border-spark{z-index:3;border-radius:inherit;pointer-events:none;opacity:1;-webkit-mask-composite:xor;padding:1px;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;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}.contact-offer__border-spark:before{content:"";aspect-ratio:1;width:200%;animation:contactOfferBorderSpin var(--contact-offer-spark-speed) linear infinite;will-change:transform;background:conic-gradient(#0000 0deg 332deg,#2563eb26 339deg,#7c3aedbf 346deg,#d946ef 351deg,#fff 355deg 357deg,#d946efe6 359deg,#0000 360deg);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.contact-offer__content{z-index:2;flex-direction:column;gap:6px;display:flex;position:relative}.contact-offer__content strong{max-width:340px;color:var(--contact-white);font-size:var(--fs-card-title);font-weight:600;line-height:var(--lh-title);letter-spacing:-.025em}.contact-offer__eyebrow{color:#ffffff5c;font-size:var(--fs-eyebrow);letter-spacing:.13em;text-transform:uppercase;font-weight:600;line-height:1}.contact-offer__button{z-index:2;min-width:132px;height:46px;color:var(--contact-white);font-size:var(--fs-body-small);background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;gap:18px;padding:0 18px;font-weight:600;text-decoration:none;transition:background .3s,border-color .3s,transform .3s;display:inline-flex;position:relative}.contact-offer__button:hover{border-color:color-mix(in srgb, var(--contact-blue) 50%, transparent);background:color-mix(in srgb, var(--contact-blue) 13%, transparent);transform:translateY(-2px)}.contact-offer__button:hover .contact-offer__button-arrow{transform:translate(2px,-2px)}.contact-offer__button-arrow{color:#fff;width:13px;transition:transform .22s}@keyframes contactOfferBorderSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (prefers-reduced-motion:reduce){.contact-offer__border-spark:before{animation:none;transform:translate(-50%,-50%)rotate(320deg)}}@media (width<=1200px){.contact-section__container{grid-template-columns:minmax(200px,.68fr) minmax(450px,1.32fr);gap:50px}}@media (width<=991px){.contact-section__info{top:0}}@media (width<=767px){.contact-section__container{grid-template-columns:1fr;gap:48px;display:block}.contact-section__info{max-width:720px;position:relative;top:auto}.contact-section__description{max-width:560px}.contact-section__heading{margin-bottom:34px}.contact-channels{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.contact-channel{background:#ffffff06;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:1fr;align-content:space-between;gap:12px;min-height:126px;padding:18px}.contact-channel__arrow{position:absolute;top:20px;right:16px}.contact-channel strong{white-space:normal}.contact-form-card{border-radius:15px;margin-top:42px;padding:40px 30px}.contact-form-card__accent{width:68px;left:16px}.contact-form-card:after{width:130px;height:130px}.contact-form-card__header{gap:12px;margin-bottom:24px;padding-bottom:18px}.contact-form-card__icon{width:62px}.contact-form__section-head{grid-template-columns:22px auto 1fr;gap:8px;margin-bottom:13px}.contact-form__section-head--message{margin-top:24px}.contact-form__grid{grid-template-columns:1fr;gap:12px}.contact-form__footer{flex-direction:column;align-items:stretch;gap:18px;margin-top:22px;padding-top:18px}.contact-form__privacy{max-width:none}.contact-form__submit{justify-content:space-between;width:100%;min-height:45px;padding:0 14px}.contact-offer{flex-direction:column;align-items:flex-start;gap:18px;padding:20px 18px}.contact-offer__button{width:100%}}@media (width<=700px){.contact-channels{grid-template-columns:1fr}.contact-channel{grid-template-columns:42px minmax(0,1fr) auto;min-height:auto}.contact-channel .contact-channel__arrow{top:auto}}@media (width<=480px){.contact-form-card{padding:30px}.contact-form__section-head{grid-template-columns:20px auto 1fr}.contact-form__field input,.contact-form__field select{height:46px}.contact-form__field textarea{min-height:100px}.contact-offer{margin-top:24px}}.projects-gallery{width:100%;position:relative}.projects-gallery .container{--gallery-gap:12px;gap:var(--gallery-gap);grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid;position:relative}.project-card{aspect-ratio:1/.78;color:#fff;isolation:isolate;cursor:pointer;background:#111;border-radius:clamp(16px,1.4vw,26px);min-width:0;min-height:0;text-decoration:none;display:block;position:relative;overflow:hidden}.project-card__media{z-index:0;position:absolute;inset:0;overflow:hidden}.project-card__media img{object-fit:cover;width:100%;height:100%;transition:transform 1s cubic-bezier(.16,1,.3,1),opacity .45s;display:block;transform:scale(1.045)}.project-card__media-hover{opacity:0;position:absolute;inset:0}.project-card__overlay{z-index:1;pointer-events:none;background:linear-gradient(#00000014 0%,#00000005 45%,#000000b8 100%);transition:background .6s;position:absolute;inset:0}.project-card:hover .project-card__media img{transform:scale(1)}.project-card:hover .project-card__media-hover{opacity:1}@media (width<=991px){.projects-gallery .container{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.project-card{aspect-ratio:1/.82}}@media (width<=576px){.projects-gallery .container{grid-template-columns:1fr;gap:14px}.project-card{aspect-ratio:1/.86}}.site-pagination{--pagination-blue:#3b82f6;justify-content:center;align-items:center;gap:clamp(8px,1vw,14px);width:100%;margin-top:clamp(50px,6vw,90px);padding-bottom:40px;display:flex;position:relative}.site-pagination__nav{color:#ffffff8c;background:#ffffff12;border:0;border-radius:50%;flex:0 0 clamp(46px,4vw,58px);justify-content:center;align-items:center;width:clamp(46px,4vw,58px);height:clamp(46px,4vw,58px);text-decoration:none;transition:background .3s,color .3s,transform .45s cubic-bezier(.16,1,.3,1);display:flex}.site-pagination__nav svg{width:20px;height:20px;display:block}.site-pagination__nav:hover{color:var(--pagination-blue);background:#3b82f624;transform:scale(1.06)}.site-pagination__nav--disabled{opacity:.3;cursor:default;pointer-events:none}.site-pagination__rail{-webkit-backdrop-filter:blur(12px);background:#ffffff12;border-radius:999px;justify-content:center;align-items:center;gap:2px;min-height:clamp(46px,4vw,58px);padding:4px;display:flex}.site-pagination__page{min-width:clamp(42px,3.5vw,52px);height:clamp(42px,3.5vw,50px);font-size:var(--fs-body);color:#ffffff7a;border-radius:50%;justify-content:center;align-items:center;padding:0 8px;font-weight:500;line-height:1;text-decoration:none;transition:color .3s,background .3s,transform .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.site-pagination__page:not(.is-active):hover{color:#ffffffe6;background:#ffffff0f}.site-pagination__page.is-active{color:#fff;background:var(--pagination-blue);font-weight:600;transform:translateY(-1px);box-shadow:0 8px 24px #3b82f647}.site-pagination__dots{justify-content:center;align-items:center;gap:3px;width:clamp(34px,3vw,46px);height:clamp(42px,3.5vw,50px);display:flex}.site-pagination__dots i{background:#ffffff59;border-radius:50%;width:3px;height:3px;display:block}@media (width<=991px){.site-pagination{margin-top:50px}.site-pagination__nav{flex-basis:48px;width:48px;height:48px}.site-pagination__nav svg{width:18px;height:18px}.site-pagination__rail{min-height:48px}.site-pagination__page{min-width:42px;height:42px}.site-pagination__dots{width:32px;height:42px}}@media (width<=600px){.site-pagination{gap:6px;padding-inline:16px}.site-pagination__nav{flex:0 0 42px;width:42px;height:42px}.site-pagination__nav svg{width:16px;height:16px}.site-pagination__rail{min-width:0;max-width:calc(100vw - 116px);min-height:42px;padding:3px;overflow:hidden}.site-pagination__page{border-radius:19px;min-width:36px;height:36px;padding:0 6px}.site-pagination__dots{flex:0 0 24px;width:24px;height:36px}.site-pagination__dots i{width:2px;height:2px}}@media (width<=420px){.site-pagination__page{min-width:33px;height:34px}.site-pagination__rail{min-height:40px}}.references-slider{--reference-gap:clamp(14px, 1.4vw, 24px);width:100%;padding:var(--section-y) 0;color:#fff;background:#000;position:relative;overflow:hidden}.references-slider__viewport{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#0000002e 4%,#000 12% 88%,#0000002e 96%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#0000002e 4%,#000 12% 88%,#0000002e 96%,#0000 100%)}.references-slider__track{will-change:transform;width:max-content;animation:referencesMarquee calc(25s * var(--reference-count,7) / 7) linear infinite;display:flex}.references-slider__group{align-items:stretch;gap:var(--reference-gap);padding-right:var(--reference-gap);flex:none;display:flex}.references-slider__item{flex:0 0 clamp(210px,18vw,310px);justify-content:center;align-items:center;width:clamp(210px,18vw,310px);height:clamp(120px,10vw,170px);transition:background .4s,border-color .4s,transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.references-slider__item:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 50% 100%,#3b82f624,#0000 60%);transition:opacity .4s;position:absolute;inset:0}.references-slider__item img{z-index:2;object-fit:contain;filter:grayscale()brightness(1.5);opacity:.56;width:auto;max-width:72%;height:auto;max-height:58%;transition:filter .45s,opacity .45s,transform .55s cubic-bezier(.16,1,.3,1);display:block;position:relative}.references-slider__item:hover{background:#3b82f60d;border-color:#3b82f652;transform:translateY(-4px)}.references-slider__item:hover:before{opacity:1}.references-slider__item:hover img{filter:grayscale(0)brightness();opacity:1;transform:scale(1.05)}@keyframes referencesMarquee{0%{transform:translate(-50%)}to{transform:translate(0,0)}}@media (width<=991px){.references-slider__viewport{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.references-slider__track{animation-duration:calc(26s * var(--reference-count,7) / 7)}.references-slider__item{flex-basis:230px;width:230px;height:130px}}@media (width<=600px){.references-slider__header{margin-bottom:36px}.references-slider__viewport{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.references-slider__track{animation-duration:calc(22s * var(--reference-count,7) / 7)}.references-slider__item{border-radius:16px;flex-basis:190px;width:190px;height:110px}.references-slider__item img{max-width:70%;max-height:54%}}@media (prefers-reduced-motion:reduce){.references-slider__track{animation-play-state:paused}}.page-intro{background:#000;padding:100px 0;position:relative}.page-intro:before{content:"";width:100%;max-width:var(--container-width);background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.page-intro__grid{grid-template-columns:minmax(0,1fr) minmax(0,.85fr);align-items:start;gap:110px;display:grid}.page-intro__eyebrow,.page-intro__title,.page-intro__lead,.page-intro__text{margin-top:0}.page-intro__left{min-width:0}.page-intro__eyebrow{color:#3b82f6;font-size:var(--fs-eyebrow);letter-spacing:.18em;text-transform:uppercase;margin-bottom:20px;font-weight:600;line-height:1;display:block}.page-intro__title{color:#fff;max-width:700px;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-heading);letter-spacing:-.045em;margin-bottom:0}.page-intro__title span{color:#fff6;display:block}.page-intro__right{min-width:0;padding-top:32px}.page-intro__lead{color:#ffffffdb;font-size:var(--fs-lead);font-weight:500;line-height:var(--lh-lead);letter-spacing:-.02em;margin-bottom:24px}.page-intro__text{color:#ffffff73;font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:0}@media (width<=1199px){.page-intro__grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:70px}}@media (width<=991px){.page-intro{padding:80px 0}.page-intro__grid{grid-template-columns:1fr;gap:45px}.page-intro__title{max-width:750px}.page-intro__right{max-width:700px;padding-top:0}}@media (width<=575px){.page-intro{padding:65px 0}.page-intro__grid{gap:35px}.page-intro__eyebrow{margin-bottom:16px}.page-intro__lead{margin-bottom:20px}}.project-services{padding:0 0 var(--section-y) 0;color:#fff;background:#000;position:relative}.project-services__grid{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:start;gap:90px;display:grid}.project-services__head{position:sticky;top:120px}.project-services__eyebrow{color:#3b82f6;letter-spacing:.18em;text-transform:uppercase;margin-bottom:16px;font-size:9px;font-weight:600;display:block}.project-services__title{color:#fff;letter-spacing:-.045em;max-width:440px;margin:0;font-size:clamp(34px,3vw,52px);font-weight:600;line-height:1.02}.project-services__title span{color:#ffffff61;display:block}.project-services__table{border-top:1px solid #ffffff1f}.project-services__row{border-bottom:1px solid #ffffff1f;grid-template-columns:minmax(110px,.35fr) minmax(0,1fr);align-items:center;gap:35px;min-height:68px;transition:padding .3s,background .3s;display:grid;position:relative}.project-services__row:before{content:"";background:linear-gradient(#3b82f6,#d946ef);width:2px;height:0;transition:height .3s;position:absolute;top:0;left:0}.project-services__row:hover{background:#ffffff05;padding-left:14px}.project-services__row:hover:before{height:100%}.project-services__row:hover .project-services__value{color:#fff}.project-services__row:hover .project-services__label{color:#ffffff9e}.project-services__label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;font-size:10px;font-weight:500;transition:color .3s}.project-services__value{letter-spacing:-.02em;color:#ffffffb8;font-size:clamp(16px,1.5vw,20px);font-weight:500;transition:color .3s}@media (width<=991px){.project-services__grid{grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:50px}.project-services__head{position:static}.project-services__row{grid-template-columns:90px 1fr;gap:20px}}@media (width<=767px){.project-services__grid{grid-template-columns:1fr;gap:35px}.project-services__title{max-width:100%}.project-services__row{min-height:62px}}@media (width<=575px){.project-services__row{grid-template-columns:1fr;gap:5px;min-height:auto;padding:14px 0}.project-services__row:hover{padding-left:10px}.project-services__label{font-size:8px}.project-services__value{font-size:16px}}.project-gallery{background:#000;padding:30px 0 120px}.project-gallery__inner{grid-template-rows:repeat(6,78px);grid-template-columns:repeat(10,1fr);gap:12px;width:min(98%,1100px);margin:0 auto;display:grid}.project-gallery__item{background:#111;margin:0;position:relative;overflow:hidden}.project-gallery__item img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.project-gallery__item--1{grid-area:1/1/3/4}.project-gallery__item--2{grid-area:3/2/7/4}.project-gallery__item--3{grid-area:2/4/6/8}.project-gallery__item--4{grid-area:1/8/4/11}.project-gallery__item--5{grid-area:4/8/7/10}@media (width<=991px){.project-gallery{padding-bottom:90px}.project-gallery__inner{grid-template-rows:repeat(7,84px);grid-template-columns:repeat(6,1fr);gap:12px;width:min(98%,850px)}.project-gallery__item--1{grid-area:2/1/4/3}.project-gallery__item--2{grid-area:4/1/7/3}.project-gallery__item--3{grid-area:2/3/6/5}.project-gallery__item--4{grid-area:1/5/4/7}.project-gallery__item--5{grid-area:4/5/6/7}}@media (width<=767px){.project-gallery{padding:20px 0 70px}.project-gallery__inner{grid-template-rows:none;grid-template-columns:repeat(2,1fr);grid-auto-rows:260px;gap:10px;width:94%}.project-gallery__item--1,.project-gallery__item--2,.project-gallery__item--3,.project-gallery__item--4,.project-gallery__item--5{grid-area:auto}.project-gallery__item--3{grid-column:1/-1;min-height:260px}}@media (width<=575px){.project-gallery__inner{grid-template-columns:1fr;grid-auto-rows:220px;gap:10px}.project-gallery__item--3{min-height:auto}}.project-cta{--project-cta-radius:28px;--project-cta-border-size:1px;--project-cta-spark-speed:5s;padding:var(--section-y-compact) 0;background:#000;position:relative}.project-cta__inner{isolation:isolate;justify-content:space-between;align-items:center;gap:var(--content-gap);border-radius:var(--project-cta-radius);-webkit-backdrop-filter:blur(18px);background:linear-gradient(120deg,#ffffff12,#ffffff04);min-height:260px;padding:50px 55px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff12,0 30px 80px #00000059}.project-cta__inner:after{content:"";z-index:5;border-radius:inherit;pointer-events:none;border:1px solid #ffffff1a;position:absolute;inset:0}.project-cta__inner:hover .project-cta__border-spark{opacity:1}.project-cta__inner:hover .project-cta__glow--blue,.project-cta__inner:hover .project-cta__glow--pink{opacity:.34}.project-cta__border-spark{z-index:4;border-radius:inherit;pointer-events:none;opacity:.72;transition:opacity .35s;position:absolute;inset:0;overflow:hidden}.project-cta__border-spark:before{content:"";aspect-ratio:1;width:180%;animation:projectCtaBorderSpin var(--project-cta-spark-speed) linear infinite;will-change:transform;background:conic-gradient(#0000 0deg 318deg,#2563eb0d 326deg,#2563ebe6 338deg,#d946ef 348deg,#fff 354deg,#d946efbf 358deg,#0000 360deg);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.project-cta__border-spark:after{content:"";inset:var(--project-cta-border-size);z-index:1;border-radius:calc(var(--project-cta-radius) - var(--project-cta-border-size));pointer-events:none;background:linear-gradient(120deg,#101014 0%,#08080c 100%);position:absolute}.project-cta__content{z-index:10;max-width:760px;position:relative}.project-cta__eyebrow{color:#8b8b8b;font-size:var(--fs-eyebrow);letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px;font-weight:600;line-height:1;display:block}.project-cta__title{color:#fff;font-size:clamp(30px,4vw,64px);font-weight:600;line-height:var(--lh-heading);letter-spacing:-.05em;margin:0}.project-cta__title span{color:#fff6;display:block}.project-cta__button{z-index:10;color:#fff;-webkit-backdrop-filter:blur(15px);background:linear-gradient(110deg,#3b82f652,#d946ef33);border:1px solid #ffffff29;border-radius:100px;flex-shrink:0;align-items:center;gap:18px;padding:8px 8px 8px 24px;text-decoration:none;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff24,0 12px 35px #3b82f61f}.project-cta__button:before{content:"";z-index:-1;border-radius:inherit;opacity:0;background:linear-gradient(110deg,#2563eb,#7c3aed,#d946ef);transition:opacity .35s;position:absolute;inset:0}.project-cta__button:hover{border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 18px 45px #7c3aed40}.project-cta__button:hover:before{opacity:1}.project-cta__button:hover .project-cta__button-icon{color:#111;background:#fff;transform:rotate(45deg)}.project-cta__button-text{z-index:2;white-space:nowrap;font-size:var(--fs-body-small);font-weight:600;line-height:var(--lh-title);letter-spacing:-.01em;position:relative}.project-cta__button-icon{z-index:2;color:#fff;background:#ffffff1f;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;place-items:center;width:46px;height:46px;transition:transform .4s cubic-bezier(.16,1,.3,1),background .35s,color .35s;display:grid;position:relative}.project-cta__button-icon svg{width:18px;height:18px}.project-cta__glow{z-index:6;filter:blur(110px);pointer-events:none;opacity:.24;border-radius:50%;width:360px;height:360px;transition:opacity .45s;position:absolute}.project-cta__glow--blue{background:#2563eb;bottom:-220px;left:-100px}.project-cta__glow--pink{background:#d946ef;top:-230px;right:-100px}@keyframes projectCtaBorderSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (width<=991px){.project-cta__inner{gap:var(--section-gap);min-height:auto;padding:42px 38px}}@media (width<=767px){.project-cta__inner{align-items:flex-start;gap:var(--section-gap);border-radius:22px;flex-direction:column;padding:36px 28px}.project-cta__button{justify-content:space-between;width:100%}}@media (width<=575px){.project-cta__inner{padding:30px 22px}.project-cta__button{padding-left:20px}.project-cta__button-icon{width:42px;height:42px}}@media (prefers-reduced-motion:reduce){.project-cta__border-spark:before{animation:none;transform:translate(-50%,-50%)rotate(320deg)}}.related-projects{--slider-speed:.86s;padding:var(--section-y-compact) 0;background:#000;position:relative;overflow:hidden}.related-projects__header{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:50px;display:flex}.related-projects__eyebrow{color:#d946ef;font-size:var(--fs-eyebrow);letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px;font-weight:600;line-height:1;display:block}.related-projects__title{color:#fff;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-heading);letter-spacing:-.05em;margin:0}.related-projects__title span{color:#ffffff61;display:block}.related-projects__navigation{align-items:center;gap:8px;display:flex}.related-projects__navigation button{color:#fffc;cursor:pointer;background:#ffffff09;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;transition:background .3s,border-color .3s,transform .3s;display:grid}.related-projects__navigation button:hover{background:#ffffff14;border-color:#ffffff47;transform:translateY(-2px)}.related-projects .related-projects-swiper{width:100%;padding:20px 0 45px;overflow:visible}.related-projects .swiper-wrapper{align-items:flex-end}.related-projects .swiper-slide{opacity:.5;height:auto;transition:opacity var(--slider-speed) cubic-bezier(.16, 1, .3, 1), filter var(--slider-speed) cubic-bezier(.16, 1, .3, 1);filter:brightness(.7)}.related-projects .swiper-slide-prev,.related-projects .swiper-slide-next{opacity:.76;filter:brightness(.86)}.related-projects .swiper-slide-active{z-index:10;opacity:1;filter:none}.related-projects .swiper-slide-active .related-project-card__content{opacity:1}@media (width<=767px){.related-projects__header{margin-bottom:30px}}@media (width<=575px){.related-projects__navigation{display:none}}.related-project-card{color:#fff;width:100%;text-decoration:none;display:block}.related-project-card__image{aspect-ratio:.86;background:#101010;width:100%;position:relative;overflow:hidden}.related-project-card__image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .7s cubic-bezier(.16,1,.3,1);display:block}.related-project-card__content{opacity:.7;padding-top:14px;transition:opacity .35s}.related-project-card__content span{color:#ffffff4d;font-size:var(--fs-eyebrow);letter-spacing:.16em;text-transform:uppercase;margin-bottom:7px;font-weight:600;line-height:1;display:block}.related-project-card__content h3{color:#ffffffe6;font-size:var(--fs-card-title);font-weight:500;line-height:var(--lh-title);letter-spacing:-.035em;margin:0}.related-project-card:hover .related-project-card__image img{transform:scale(1.025)}.social-orbit{z-index:999;pointer-events:auto;width:96px;height:320px;position:fixed;bottom:28px;right:0}.social-orbit__platform{opacity:0;transform-origin:bottom;pointer-events:none;width:7px;height:180px;position:absolute;bottom:88px;right:0;transform:translate(-50%)scaleY(.2)}.social-orbit__platform-line{background:linear-gradient(#0068ff 0%,#f533f5 100%);border-top-left-radius:999px;border-bottom-left-radius:999px;width:100%;position:absolute;inset:0;box-shadow:0 0 12px #0068ff47,0 0 24px #f533f529}.social-orbit__platform-glow{filter:blur(10px);opacity:.75;background:linear-gradient(#0068ff14,#f533f573);width:12px;position:absolute;top:0;bottom:0;left:3px}.social-orbit__items{pointer-events:none;width:100%;height:190px;position:absolute;bottom:78px;left:0}@media (width<=767px){.social-orbit{width:84px;height:280px;bottom:16px;right:0}.social-orbit__platform{height:155px;bottom:66px}.social-orbit__items{height:165px;bottom:66px}.social-orbit__item{width:46px;height:46px}.social-orbit__item:before{filter:blur(12px);inset:-9px}.social-orbit__item-inner{width:19px;height:19px}}.social-orbit__item{color:#fff;opacity:0;pointer-events:auto;isolation:isolate;will-change:transform, opacity;border-radius:50%;place-items:center;width:56px;height:56px;text-decoration:none;display:grid;position:absolute;bottom:-4px;left:45%;transform:translate(-50%)scale(.15)}.social-orbit__item:before{content:"";z-index:-2;opacity:.92;filter:blur(16px);pointer-events:none;border-radius:50%;transition:opacity .25s,filter .25s,transform .25s;position:absolute;inset:-13px}.social-orbit__item:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;transition:transform .25s,box-shadow .25s,filter .25s;position:absolute;inset:0}.social-orbit__item:hover:before{opacity:1;filter:blur(18px);transform:scale(1.04)}.social-orbit__item:hover:after{transform:scale(1.03)}.social-orbit__item:hover .social-orbit__item-inner{transform:scale(1.06)}.social-orbit__item:first-child{color:#fff}.social-orbit__item:first-child:before{background:radial-gradient(circle,#0068ffcc 0%,#0068ff7a 34%,#0068ff33 62%,#0068ff00 100%)}.social-orbit__item:first-child:after{background:radial-gradient(circle at 33% 24%,#ffffff47 0%,#ffffff1a 10%,#0000 26%),radial-gradient(circle at 38% 26%,#192a4e47 0%,#192a4e24 11%,#0000 28%),radial-gradient(circle at 50% 38%,#ffffff1a 0%,#0000 48%),linear-gradient(#79b6ff 0%,#38f 42%,#0068ff 72%,#0050c8 100%);box-shadow:inset 0 1px 1px #ffffff38,inset 0 -10px 18px #00000029,0 0 14px #0068ff80,0 0 28px #0068ff38}.social-orbit__item:first-child:hover:after{box-shadow:inset 0 1px 1px #ffffff42,inset 0 -10px 18px #00000024,0 0 18px #0068ffb3,0 0 34px #0068ff52}.social-orbit__item:nth-child(2){color:#fff}.social-orbit__item:nth-child(2):before{background:radial-gradient(circle,#25d366d6 0%,#25d36685 34%,#25d36638 62%,#25d36600 100%)}.social-orbit__item:nth-child(2):after{background:radial-gradient(circle at 33% 24%,#ffffff47 0%,#ffffff1a 10%,#0000 26%),radial-gradient(circle at 38% 26%,#1c482a42 0%,#1c482a24 11%,#0000 28%),radial-gradient(circle at 50% 38%,#ffffff1a 0%,#0000 48%),linear-gradient(#86f2a0 0%,#4ae476 40%,#25d366 72%,#17aa4d 100%);box-shadow:inset 0 1px 1px #ffffff38,inset 0 -10px 18px #00000029,0 0 14px #25d3668a,0 0 30px #25d3663d}.social-orbit__item:nth-child(2):hover:after{box-shadow:inset 0 1px 1px #ffffff42,inset 0 -10px 18px #00000024,0 0 18px #25d366bd,0 0 36px #25d36657}.social-orbit__item:nth-child(3){color:#fff}.social-orbit__item:nth-child(3):before{background:radial-gradient(circle,#ba60ffd6 0%,#ba60ff80 34%,#d946ef38 62%,#ba60ff00 100%)}.social-orbit__item:nth-child(3):after{background:radial-gradient(circle at 33% 24%,#ffffff47 0%,#ffffff1a 10%,#0000 26%),radial-gradient(circle at 38% 26%,#4a265c42 0%,#4a265c24 11%,#0000 28%),radial-gradient(circle at 50% 38%,#ffffff1a 0%,#0000 48%),linear-gradient(#e4a7ff 0%,#c87dff 40%,#a855f7 72%,#d946ef 100%);box-shadow:inset 0 1px 1px #ffffff38,inset 0 -10px 18px #00000029,0 0 14px #a855f785,0 0 30px #d946ef3d}.social-orbit__item:nth-child(3):hover:after{box-shadow:inset 0 1px 1px #ffffff42,inset 0 -10px 18px #00000024,0 0 18px #a855f7b8,0 0 36px #d946ef57}.social-orbit__item-inner{z-index:3;width:21px;height:21px;color:inherit;place-items:center;transition:transform .3s cubic-bezier(.16,1,.3,1);display:grid;position:relative}.social-orbit__item-inner svg{filter:drop-shadow(0 0 4px #ffffff2e);width:100%;height:100%;display:block}.sparkle-button{--transition:.25s;--spark:1.8s;--active:1;--play-state:paused;isolation:isolate;padding-left:20px;display:inline-flex;position:relative}.sparkle-button__control{--cut:.1em;--bg:radial-gradient(40% 50% at center 100%, hsl(270 calc(var(--active) * 97%) 72% / var(--active)), transparent), radial-gradient(80% 100% at center 120%, hsl(260 calc(var(--active) * 97%) 70% / var(--active)), transparent), hsl(260 calc(var(--active) * 97%) calc((var(--active) * 44%) + 12%));z-index:2;background:var(--bg);color:inherit;white-space:nowrap;cursor:pointer;scale:calc(1 + var(--active) * .08);box-shadow:0 0 calc(var(--active) * 3em) calc(var(--active) * 1.5em) #7b3bfc8c, 0 .05em 0 0 hsl(260, calc(var(--active) * 97%), calc(var(--active) * 50% + 30%)) inset, 0 -.05em 0 0 hsl(260, calc(var(--active) * 97%), calc(var(--active) * 60%)) inset;transition:box-shadow var(--transition), scale var(--transition), background var(--transition);border:0;border-radius:100px;justify-content:center;align-items:center;gap:.35em;padding:.9em 1.3em;font-size:16px;font-weight:500;text-decoration:none;display:inline-flex;position:relative;overflow:visible}.sparkle-button__control:hover{box-shadow:0 0 calc(var(--active) * 6em) calc(var(--active) * 3em) #7b3bfc8c, 0 .05em 0 0 hsl(260, calc(var(--active) * 97%), calc(var(--active) * 50% + 30%)) inset, 0 -.05em 0 0 hsl(260, calc(var(--active) * 97%), calc(var(--active) * 60%)) inset}.sparkle-button__control:before{content:"";z-index:-1;border-radius:inherit;opacity:var(--active);transition:opacity var(--transition);border:.25em solid #5604fb80;position:absolute;inset:-.25em}.sparkle-button__control:hover,.sparkle-button__control:focus-visible{--active:1;--play-state:running}.sparkle-button__control:active{scale:1}.sparkle-button__backdrop{inset:var(--cut);z-index:0;background:var(--bg);pointer-events:none;transition:background var(--transition);border-radius:100px;position:absolute}.sparkle-button__spark{z-index:0;pointer-events:none;will-change:transform;border-radius:100px;position:absolute;inset:0;overflow:hidden;transform:rotate(0);-webkit-mask-image:linear-gradient(#fff 0%,#0000 50%);mask-image:linear-gradient(#fff 0%,#0000 50%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-animation:sparkle-flip calc(var(--spark) * 2) infinite steps(2, end)!important;animation:sparkle-flip calc(var(--spark) * 2) infinite steps(2, end)!important}.sparkle-button__spark:before{content:"";aspect-ratio:1;z-index:-1;width:200%;opacity:calc(var(--active,1) + .4);will-change:transform;transition:opacity var(--transition);background:conic-gradient(#0000 0deg 340deg,#ffffffb3 350deg,#fff 360deg);position:absolute;top:0;left:50%;transform:translate(-50%,-15%)rotate(-90deg);-webkit-animation:sparkle-rotate var(--spark) linear infinite both!important;animation:sparkle-rotate var(--spark) linear infinite both!important}.sparkle-button__spark:after{content:"";inset:var(--cut);border-radius:inherit;pointer-events:none;position:absolute}@keyframes sparkle-flip{to{rotate:360deg}}@keyframes sparkle-rotate{to{transform:rotate(90deg)}}.sparkle-button__icon{z-index:3;width:1.25em;height:1.25em;position:relative;overflow:visible;translate:-25% -5%}.sparkle-button__icon path{transform-box:fill-box;transform-origin:50%;color:hsl(0, 0%, calc(var(--active) * 70% + var(--base)));fill:currentColor;stroke:currentColor;animation-delay:calc(var(--transition) * 1.5 + var(--delay) * 1s);transition:color var(--transition);animation-duration:.6s}.sparkle-button__icon path:first-of-type{--scale:.5;--delay:.1;--base:40%}.sparkle-button__icon path:nth-of-type(2){--scale:1.5;--delay:.2;--base:20%}.sparkle-button__icon path:nth-of-type(3){--scale:2.5;--delay:.35;--base:30%}.sparkle-button__control:is(:hover,:focus-visible) .sparkle-button__icon path{animation-name:sparkle-bounce}.sparkle-button__text{z-index:3;letter-spacing:.01ch;background:linear-gradient(90deg, hsl(0, 0%, calc(var(--active) * 100% + 65%)), hsl(0, 0%, calc(var(--active) * 100% + 26%)));color:#0000;transition:background var(--transition);-webkit-background-clip:text;background-clip:text;position:relative;translate:2% -6%}.sparkle-button__particles{aspect-ratio:1;z-index:1;width:200%;opacity:var(--active);pointer-events:none;transition:opacity var(--transition);position:absolute;top:50%;left:50%;translate:-50% -50%;-webkit-mask:radial-gradient(#fff,#0000 65%);mask:radial-gradient(#fff,#0000 65%)}.sparkle-button__particle{top:calc(var(--y) * 1%);left:calc(var(--x) * 1%);z-index:-1;width:calc(var(--size,.25) * 1rem);aspect-ratio:1;opacity:var(--alpha,1);transform-origin:var(--origin-x,1000%) var(--origin-y,1000%);animation:sparkle-float-out calc(var(--duration,1) * 1s) calc(var(--delay) * -1s) infinite linear;animation-play-state:var(--play-state);position:absolute}.sparkle-button__particle path{fill:#e6e6e6;stroke:none}.sparkle-button__particle:nth-of-type(2n){animation-direction:reverse}.sparkle-button:has(.sparkle-button__control:hover,.sparkle-button__control:focus-visible){--active:1;--play-state:running}@keyframes sparkle-bounce{35%,65%{scale:var(--scale)}}@keyframes sparkle-float-out{to{rotate:360deg}}@media (width<=767px){.sparkle-button{display:none}}.status-page{--status-blue:#0068ff;--status-pink:#fa5aff;--status-bg:#050505;isolation:isolate;background:var(--status-bg);color:#fff;align-items:center;min-height:100svh;padding:170px 0 90px;display:flex;position:relative;overflow:hidden}.status-page__grid{z-index:-3;opacity:.16;pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 0%,#000c 40%,#0000 78%);mask-image:radial-gradient(circle,#000 0%,#000c 40%,#0000 78%)}.status-page__glow{z-index:-2;filter:blur(170px);opacity:.17;pointer-events:none;border-radius:50%;width:520px;height:520px;position:absolute}.status-page__glow--blue{background:var(--status-blue);top:-300px;right:-180px}.status-page__glow--pink{background:var(--status-pink);bottom:-340px;left:-200px}.status-page__inner{text-align:center;width:min(100%,980px);margin:0 auto}.status-page__icon{border:1px solid color-mix(in srgb, var(--status-blue) 45%, transparent);background:color-mix(in srgb, var(--status-blue) 8%, transparent);width:64px;height:64px;color:var(--status-blue);box-shadow:0 0 0 8px color-mix(in srgb, var(--status-blue) 3%, transparent), 0 0 50px color-mix(in srgb, var(--status-blue) 14%, transparent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 28px;display:flex;position:relative}.status-page__icon:before{content:"";border:1px solid color-mix(in srgb, var(--status-blue) 10%, transparent);border-radius:50%;position:absolute;inset:-7px}.status-page__icon svg{width:26px;height:26px}.status-page__eyebrow{color:var(--status-pink);font-size:var(--fs-eyebrow);letter-spacing:.18em;align-items:center;gap:10px;margin-bottom:17px;font-weight:600;line-height:1;display:inline-flex}.status-page__eyebrow:before,.status-page__eyebrow:after{content:"";opacity:.7;background:currentColor;width:22px;height:1px}.status-page__title{color:#fff;max-width:820px;font-size:var(--fs-page-title);font-weight:500;line-height:var(--lh-display);letter-spacing:-.06em;margin:0 auto 22px}.status-page__title span{color:#ffffff61;display:block}.status-page__description{color:#ffffff75;font-size:var(--fs-body);font-weight:400;line-height:var(--lh-body);margin:0 auto}.status-page__process{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:40px;display:grid}.status-page__process-item{background:#ffffff06;border:1px solid #ffffff16;border-radius:16px;min-height:150px;padding:23px;transition:transform .25s,border-color .25s,background-color .25s;position:relative;overflow:hidden}.status-page__process-item:before{content:"";background:linear-gradient(90deg, var(--status-blue), transparent);width:65px;height:1px;position:absolute;top:0;left:0}.status-page__process-item:nth-child(2):before{background:linear-gradient(90deg, var(--status-pink), transparent)}.status-page__process-item:nth-child(3):before{background:linear-gradient(90deg, var(--status-blue), var(--status-pink), transparent)}.status-page__process-item:hover{border-color:color-mix(in srgb, var(--status-blue) 28%, transparent);background:color-mix(in srgb, var(--status-blue) 3%, transparent);transform:translateY(-4px)}.status-page__process-item strong{color:#ffffffe6;font-size:var(--fs-body);font-weight:500;line-height:var(--lh-title);margin-bottom:9px;display:block}.status-page__process-item p{color:#ffffff80;font-size:var(--fs-body-small);font-weight:400;line-height:var(--lh-body);margin:0}.status-page__process-number{color:var(--status-blue);font-size:var(--fs-eyebrow);letter-spacing:.14em;margin-bottom:15px;font-weight:600;line-height:1;display:block}.status-page__process-item:nth-child(2) .status-page__process-number{color:var(--status-pink)}.status-page__process-item:nth-child(3) .status-page__process-number{background:linear-gradient(90deg, var(--status-blue), var(--status-pink));color:#0000;-webkit-background-clip:text;background-clip:text}.status-page__actions{justify-content:center;align-items:center;margin-top:40px;display:flex}.status-page__button{border:1px solid color-mix(in srgb, var(--status-blue) 40%, transparent);background:var(--status-blue);color:#fff;min-height:50px;font-size:var(--fs-body-small);letter-spacing:.02em;box-shadow:0 12px 30px color-mix(in srgb, var(--status-blue) 22%, transparent);border-radius:9px;justify-content:center;align-items:center;gap:32px;padding:0 20px;font-weight:600;line-height:1;text-decoration:none;transition:transform .22s,box-shadow .22s,background-color .22s;display:inline-flex}.status-page__button:hover{box-shadow:0 17px 40px color-mix(in srgb, var(--status-blue) 32%, transparent);transform:translateY(-2px)}.status-page__button:hover .status-page__button-arrow{transform:translate(2px,-2px)}.status-page__button-arrow{font-size:15px;line-height:1;transition:transform .22s}@media (width<=992px){.status-page{padding:115px 0 80px}.status-page__inner{width:min(100%,850px)}.status-page__process{margin-top:46px}}@media (width<=768px){.status-page{min-height:auto;padding:100px 0 70px}.status-page__title{max-width:650px}.status-page__description{max-width:540px}.status-page__process{grid-template-columns:1fr;max-width:620px;margin:42px auto 0}.status-page__process-item{grid-template-columns:40px minmax(0,1fr);gap:14px;min-height:auto;padding:20px;display:grid}.status-page__process-item strong{margin-bottom:7px}.status-page__process-number{margin:3px 0 0}}@media (width<=576px){.status-page{min-height:100svh;padding:85px 0 50px}.status-page__grid{background-size:45px 45px}.status-page__glow{filter:blur(130px);width:350px;height:350px}.status-page__glow--blue{top:-220px;right:-220px}.status-page__glow--pink{bottom:-240px;left:-220px}.status-page__icon{width:54px;height:54px;margin-bottom:23px}.status-page__icon svg{width:22px;height:22px}.status-page__eyebrow{letter-spacing:.16em;margin-bottom:14px}.status-page__eyebrow:before,.status-page__eyebrow:after{width:15px}.status-page__title{max-width:100%;margin-bottom:18px}.status-page__description{max-width:440px}.status-page__process{gap:9px;margin-top:33px}.status-page__process-item{border-radius:12px;grid-template-columns:32px minmax(0,1fr);gap:10px;padding:16px}.status-page__actions{margin-top:30px}.status-page__button{justify-content:space-between;width:100%;min-height:47px;padding:0 15px}}@media (width<=390px){.status-page{padding:75px 0 42px}.status-page__process-item{padding:14px}}.status-page__code{letter-spacing:-.08em;background:linear-gradient(145deg,#fff 10%,#ffffff14 85%);color:#0000;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;margin:0 0 26px;font-size:clamp(105px,14vw,180px);font-weight:600;line-height:1}.status-page--error .status-page__inner{width:min(100%,850px)}.status-page--error .status-page__title{max-width:760px}.status-page--error .status-page__description{max-width:540px}@media (width<=576px){.status-page__code{margin-bottom:20px;font-size:clamp(88px,30vw,135px)}}.status-page--success .status-page__icon{color:#39ff88;background:#39ff881a;border-color:#39ff88a6;box-shadow:0 0 0 8px #39ff8809,0 0 30px #39ff8852,0 0 70px #39ff8833}.status-page--success .status-page__icon:before{border-color:#39ff8833}.status-page--success .status-page__icon svg{filter:drop-shadow(0 0 8px #39ff88bf)}.project-detail-slider{background:#000;width:100%;padding:24px 0 100px;overflow:hidden}.project-detail-slider__swiper{width:100%;overflow:hidden}.project-detail-slider .swiper-wrapper{align-items:stretch;transition-timing-function:linear!important}.project-detail-slider .swiper-slide.project-detail-slider__item{background:#111;flex:none;width:auto;height:300px;margin:0;overflow:hidden}.project-detail-slider .swiper-slide.project-detail-slider__item img{object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;pointer-events:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.project-detail-slider .swiper-slide.project-detail-slider__item--narrow{width:clamp(180px,15vw,280px)}.project-detail-slider .swiper-slide.project-detail-slider__item--medium{width:clamp(260px,21vw,380px)}.project-detail-slider .swiper-slide.project-detail-slider__item--wide{width:clamp(340px,28vw,520px)}.project-detail-slider .swiper-slide.project-detail-slider__item--large{width:clamp(400px,32vw,600px)}@media (width<=1199px){.project-detail-slider{padding-bottom:80px}.project-detail-slider .swiper-slide.project-detail-slider__item{height:270px}.project-detail-slider .swiper-slide.project-detail-slider__item--narrow{width:190px}.project-detail-slider .swiper-slide.project-detail-slider__item--medium{width:270px}.project-detail-slider .swiper-slide.project-detail-slider__item--wide{width:360px}.project-detail-slider .swiper-slide.project-detail-slider__item--large{width:430px}}@media (width<=767px){.project-detail-slider{padding:18px 0 60px}.project-detail-slider .swiper-slide.project-detail-slider__item{height:230px}.project-detail-slider .swiper-slide.project-detail-slider__item--narrow{width:160px}.project-detail-slider .swiper-slide.project-detail-slider__item--medium{width:220px}.project-detail-slider .swiper-slide.project-detail-slider__item--wide{width:300px}.project-detail-slider .swiper-slide.project-detail-slider__item--large{width:350px}}@media (width<=575px){.project-detail-slider{padding:14px 0 50px}.project-detail-slider .swiper-slide.project-detail-slider__item{height:190px}.project-detail-slider .swiper-slide.project-detail-slider__item--narrow{width:135px}.project-detail-slider .swiper-slide.project-detail-slider__item--medium{width:185px}.project-detail-slider .swiper-slide.project-detail-slider__item--wide{width:245px}.project-detail-slider .swiper-slide.project-detail-slider__item--large{width:290px}}.seo-hero{color:#fff;background:linear-gradient(135deg,#050609 0%,#080a10 50%,#040506 100%);padding:170px 0 clamp(56px,7vw,100px);position:relative;overflow:hidden}.seo-hero__grid{z-index:2;grid-template-columns:minmax(0,1fr) minmax(460px,560px);align-items:center;gap:clamp(48px,6vw,100px);display:grid;position:relative}.seo-hero__content{max-width:850px}.seo-hero__eyebrow{color:#77a7ff;letter-spacing:.08em;text-transform:uppercase;background:#0068ff14;border:1px solid #3677ff40;border-radius:999px;align-items:center;min-height:30px;margin-bottom:24px;padding:6px 12px;font-family:Inter,Inter Fallback;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.seo-hero__title{color:#fff;letter-spacing:-.045em;max-width:800px;margin:0;font-family:Inter,Inter Fallback;font-size:clamp(42px,5.4vw,82px);font-weight:700;line-height:.98}.seo-hero__description{color:#ffffffad;max-width:700px;margin:clamp(24px,3vw,36px) 0 0;font-family:Inter,Inter Fallback;font-size:clamp(16px,1.3vw,19px);line-height:1.75}.seo-hero__aside{width:100%;min-width:0;position:relative}.seo-hero__glow{pointer-events:none;filter:blur(20px);border-radius:50%;position:absolute}.seo-hero__glow--one{background:radial-gradient(circle,#0068ff24 0%,#0068ff00 70%);width:420px;height:420px;top:-220px;right:8%}.seo-hero__glow--two{background:radial-gradient(circle,#d34fff14 0%,#d34fff00 70%);width:400px;height:400px;bottom:-260px;left:15%}.seo-office-card{-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#ffffff0b,#ffffff04);border:1px solid #ffffff1f;border-radius:22px;width:100%;padding:30px 30px 28px;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000004d}.seo-office-card:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000,#3677ff,#865dff,#d34fff,#0000);height:1px;position:absolute;top:0;left:28px;right:28px;box-shadow:0 0 6px #3677ff73,0 0 10px #865dff47,0 0 14px #d34fff38}.seo-office-card{-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#ffffff0b,#ffffff04);border:1px solid #ffffff1f;border-radius:22px;width:100%;padding:30px 30px 28px;box-shadow:0 28px 80px #0000004d}.seo-office-card__title{color:#fff;margin:0 0 22px;font-size:clamp(24px,2vw,30px);font-weight:600;line-height:1.2}.seo-office-card__info{flex-direction:column;gap:14px;margin-bottom:22px;display:flex}.seo-office-card__row{color:#fffc;align-items:center;gap:14px;min-width:0;font-size:15px;line-height:1.5;text-decoration:none;transition:color .2s;display:flex}.seo-office-card__row:hover{color:#fff}.seo-office-card__icon{color:#0068ff;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.seo-office-card__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.seo-office-card__text{min-width:0}.seo-office-card__phones{flex-wrap:wrap;gap:6px;display:flex}.seo-office-card__phones a{color:inherit;text-decoration:none}.seo-office-card__phones a:hover{color:#fff}.seo-office-card__phones span{color:#ffffff57}.seo-office-card__map{aspect-ratio:16/5.2;background:#111;border-radius:12px;width:100%;min-height:150px;overflow:hidden}.seo-office-card__map iframe{border:0;width:100%;height:100%;display:block}@media (width<=991px){.seo-office-card{max-width:720px}.seo-office-card__map{aspect-ratio:16/6;min-height:200px}}@media (width<=576px){.seo-office-card{padding:24px 20px}.seo-office-card__title{font-size:23px}.seo-office-card__row{align-items:flex-start;font-size:14px}.seo-office-card__phones{flex-direction:column;gap:3px}.seo-office-card__phones>span{display:none}.seo-office-card__map{aspect-ratio:16/9;min-height:210px}}@media (width<=1200px){.seo-hero__grid{grid-template-columns:minmax(0,1fr) 440px;gap:48px}.seo-hero-contact__item{gap:12px;padding:22px 16px}.seo-hero-contact__icon{flex-basis:36px;width:36px;height:36px}.seo-hero-contact__value{font-size:13px}}@media (width<=991px){.seo-hero{padding:90px 0 64px}.seo-hero__grid{grid-template-columns:1fr;gap:40px}.seo-hero__content{max-width:750px}.seo-hero__aside{width:100%;max-width:720px}.seo-hero-contact__value{font-size:15px}.seo-hero-contact__map{aspect-ratio:16/7;min-height:260px}}@media (width<=767px){.seo-hero{padding:90px 0 56px}.seo-hero__eyebrow{margin-bottom:18px}.seo-hero__title{font-size:clamp(36px,11vw,56px);line-height:1.02}.seo-hero__description{margin-top:22px;font-size:15px;line-height:1.7}.seo-hero-contact{border-radius:16px}.seo-hero-contact__top{grid-template-columns:1fr}.seo-hero-contact__item{padding:20px 18px}.seo-hero-contact__item:first-child{border-bottom:1px solid #ffffff1a;border-right:0}.seo-hero-contact__map{aspect-ratio:16/9;min-height:230px}}@media (width<=576px){.seo-hero__grid{gap:32px}.seo-hero__title{letter-spacing:-.035em}.seo-hero-contact__item{padding:18px 16px}.seo-hero-contact__icon{flex-basis:36px;width:36px;height:36px}.seo-hero-contact__icon svg{width:15px;height:15px}.seo-hero-contact__label{font-size:9px}.seo-hero-contact__value{font-size:14px}.seo-hero-contact__map{min-height:210px}}.seo-page .cta-form,.seo-page .cta-form--offer{isolation:auto;width:100%;overflow:visible;background:0 0!important;padding:0!important}.seo-page .cta-form__offer-glow,.seo-page .cta-form__offer-grid,.seo-page .cta-form__content{display:none!important}.seo-page .cta-form__inner,.seo-page .cta-form--offer .cta-form__inner{align-items:start;width:100%;max-width:100%;display:grid;grid-template-columns:minmax(0,1fr)!important;gap:0!important}.seo-page .cta-form__form-wrapper,.seo-page .cta-form--offer .cta-form__form-wrapper{width:100%;min-width:0;max-width:100%;margin:0}.seo-page .cta-form__form{width:100%;min-width:0;max-width:100%}.seo-page{color:#fff;background:#000;width:100%;position:relative}.seo-page__content{padding:clamp(64px,7vw,110px) 0 clamp(80px,8vw,140px);position:relative}.seo-page__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:clamp(40px,4vw,64px);width:100%;display:grid}.seo-page__article{color:#ffffffc7;width:100%;min-width:0}.seo-page__sidebar{align-self:stretch;width:100%;min-width:0;position:relative}.seo-page__sidebar-sticky{width:100%;min-width:0;max-width:100%;position:sticky;top:190px}.seo-page__sidebar-sticky>*,.seo-page__sidebar-sticky section,.seo-page__sidebar-sticky form{width:100%;min-width:0;max-width:100%}.seo-page__sidebar-sticky .container{width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.seo-page__slider{border-top:1px solid #ffffff14;margin-top:clamp(64px,7vw,110px);padding-top:clamp(48px,5vw,80px);position:relative}.seo-content-section{color:#fff;margin-bottom:clamp(48px,5vw,80px);position:relative}.seo-content-section:last-child{margin-bottom:0}.seo-content-section__title{color:#fff;letter-spacing:-.025em;max-width:900px;margin:0 0 24px;font-size:clamp(27px,2.6vw,40px);font-weight:700;line-height:1.18}.seo-content-section__text{color:#ffffffb3;max-width:900px;margin:0 0 18px;font-size:clamp(16px,1.15vw,18px);font-weight:400;line-height:1.85}.seo-content-section__text:last-child{margin-bottom:0}.seo-content-section__list{flex-direction:column;gap:12px;margin:26px 0 0;padding:0;list-style:none;display:flex}.seo-content-section__list-item{color:#ffffffbf;padding-left:25px;font-size:16px;line-height:1.7;position:relative}.seo-content-section__list-item:before{content:"";background:#0068ff;border-radius:50%;width:6px;height:6px;position:absolute;top:11px;left:3px;box-shadow:0 0 10px #0068ff99}.seo-content-section__subsections{flex-direction:column;gap:clamp(28px,3vw,44px);margin-top:34px;display:flex}.seo-content-section__subsection{border-left:1px solid #ffffff1a;padding-left:24px;position:relative}.seo-content-section__subtitle{color:#fff;letter-spacing:-.015em;margin:0 0 14px;font-size:clamp(20px,1.7vw,26px);font-weight:600;line-height:1.3}@media (width>=1400px){.seo-page__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:64px}.seo-page__sidebar-sticky{top:180px}}@media (width<=1200px){.seo-page__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:36px}.seo-page__sidebar-sticky{top:190px}}@media (width<=991px){.seo-page__content{padding:64px 0 90px}.seo-page__grid{grid-template-columns:1fr;gap:56px}.seo-page__sidebar{width:100%;max-width:720px;margin:0 auto}.seo-page__sidebar-sticky{width:100%;position:static;top:auto}.seo-page__slider{margin-top:64px;padding-top:48px}}@media (width<=767px){.seo-page__content{padding:52px 0 72px}.seo-page__grid{gap:44px}.seo-page__sidebar{max-width:100%}.seo-page__slider{margin-top:52px;padding-top:40px}.seo-content-section{margin-bottom:52px}.seo-content-section__title{margin-bottom:20px;font-size:27px}.seo-content-section__text{font-size:16px;line-height:1.75}.seo-content-section__subsections{gap:30px;margin-top:28px}.seo-content-section__subsection{padding-left:18px}.seo-content-section__subtitle{font-size:21px}}@media (width<=576px){.seo-page__content{padding:44px 0 64px}.seo-content-section__title{font-size:25px}.seo-content-section__list{gap:10px}.seo-content-section__list-item{padding-left:22px;font-size:15px}.seo-content-section__list-item:before{width:5px;height:5px;top:10px}}.hero{isolation:isolate;color:#fff;align-items:center;width:100%;min-height:100svh;padding-top:200px;padding-bottom:90px;display:flex;position:relative;overflow:hidden}.hero__background{z-index:-1;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero__background:after{content:"";background:radial-gradient(circle at 72% 45%,#6126ff1f,#0000 45%);position:absolute;inset:0}.hero .container{width:100%}.hero__inner{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(50px,7vw,130px);width:100%;display:grid}.hero__content{z-index:2;width:100%;max-width:570px;position:relative}.hero__title{color:#fff;font-size:var(--fs-page-title);letter-spacing:-.035em;margin:0 0 28px;font-weight:700;line-height:1.2}.hero__title,.hero__title--highlights{background:linear-gradient(#fff 0%,#f4f4f4 16%,#d9d9d9 34%,#b6b6b6 54%,#898989 75%,#555 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.hero__button{color:#fff;min-height:48px;font-size:var(--fs-body-small);letter-spacing:-.01em;background:#fa5aff14;border:1px solid #fa5affe6;border-radius:10px;justify-content:center;align-items:center;gap:14px;padding:0 20px;font-weight:600;text-decoration:none;transition:background-color .3s,border-color .3s,box-shadow .3s,transform .3s;display:inline-flex;box-shadow:0 0 0 1px #fa5aff0d,0 10px 30px #fa5aff1f}.hero__button:hover{background-color:#fa5aff29;border-color:#fa5aff;transform:translateY(-2px);box-shadow:0 0 24px #fa5aff2e,0 14px 34px #fa5aff24}.hero__services{flex-direction:column;align-items:flex-end;gap:22px;width:100%;min-width:0;display:flex}.hero__service-card{-webkit-backdrop-filter:blur(18px);width:min(100%,600px);min-width:0;color:inherit;cursor:pointer;background:#0f0b255c;border:1px solid #ffffff26;border-radius:20px;justify-content:space-between;align-items:center;gap:30px;padding:23px 30px;text-decoration:none;transition:transform .3s,border-color .3s,background-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1f,0 24px 60px #0000002e}.hero__service-card:before{content:"";filter:blur(40px);background:#fa5aff1f;border-radius:50%;width:180px;height:180px;transition:opacity .3s,transform .5s;position:absolute;top:-80px;right:-70px}.hero__service-card:hover{background-color:#130e308c;border-color:#fa5affa6;transform:translate(-8px);box-shadow:inset 0 1px #ffffff24,0 24px 70px #00000047,0 0 36px #fa5aff1a}.hero__service-card:hover:before{transform:scale(1.25)}.hero__service-card:hover .hero__service-icon{transform:translateY(-4px)rotate(4deg)scale(1.04)}.hero__service-content{z-index:2;flex:auto;min-width:0;max-width:420px;position:relative}.hero__service-index{color:#fff6;font-size:var(--fs-eyebrow);letter-spacing:.16em;margin-bottom:14px;font-weight:600;display:block}.hero__service-title{color:#fff;font-size:var(--fs-card-title);font-weight:600;line-height:var(--lh-title);letter-spacing:-.025em;margin:0 0 10px}.hero__service-description{color:#ffffff91;max-width:380px;font-size:var(--fs-body-small);line-height:var(--lh-body);margin:0}.hero__service-icon{z-index:2;width:82px;height:82px;box-shadow:none;background:0 0;border:0;flex:0 0 82px;justify-content:center;align-items:center;transition:transform .3s;animation:4s ease-in-out infinite heroIconFloat;display:flex;position:relative}.hero__service-icon img{object-fit:contain;width:100%;height:100%;display:block}.hero__service-icon svg{stroke:#fa5aff;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:40px;height:40px;display:block}.hero__scroll{z-index:7;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.hero__scroll-text{color:#fff;font-size:var(--fs-eyebrow);letter-spacing:.38em;white-space:nowrap}.hero__scroll-mouse{border:1px solid #ffffffd9;border-radius:10px;justify-content:center;width:17px;height:30px;padding-top:6px;display:flex}.hero__scroll-mouse span{background:#fff;border-radius:5px;width:2px;height:5px;animation:1.8s ease-in-out infinite heroScroll}@media (width<=1440px){.hero{padding-top:180px;padding-bottom:85px}.hero__inner{gap:clamp(45px,5vw,80px)}.hero__service-card{width:min(100%,560px);padding:22px 26px}.hero__service-icon{flex-basis:74px;width:74px;height:74px}.hero__service-icon svg{width:35px;height:35px}}@media (width<=1200px){.hero{padding-top:165px;padding-bottom:80px}.hero__inner{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:50px}.hero__services{gap:16px}.hero__service-card{width:100%;padding:22px 24px}.hero__service-icon{border-radius:17px;flex-basis:64px;width:64px;height:64px}.hero__service-icon svg{width:32px;height:32px}}@media (width<=1100px){.hero{padding-top:155px;padding-bottom:80px;display:block}.hero__content{max-width:650px}.hero__services{gap:18px;width:100%}.hero__service-card{align-items:center;width:100%;padding:24px}.hero__service-card:last-child{grid-column:1/-1}.hero__service-content{max-width:none}.hero__service-icon{border-radius:16px;flex-basis:58px;width:58px;height:58px}.hero__service-icon svg{width:30px;height:30px}.hero__service-card:hover{transform:translateY(-4px)}.hero__scroll{display:none}}@media (width<=850px){.hero{padding-top:140px;padding-bottom:70px}.hero__inner{gap:50px}.hero__services{grid-template-columns:1fr;gap:15px}.hero__service-card,.hero__service-card:last-child{grid-column:auto;align-items:center;min-height:0;padding:22px 24px}.hero__service-description{max-width:500px}}@media (width<=768px){.hero{min-height:auto;padding-top:125px;padding-bottom:60px}.hero__background{background-position:62%}.hero__background:after{background:linear-gradient(#03020a1a 0%,#03020a47 45%,#03020a9e 100%),radial-gradient(circle at 70% 30%,#6126ff1f,#0000 48%)}.hero__inner{grid-template-columns:1fr;gap:46px}.hero__content{width:100%;max-width:100%}.hero__title{margin-bottom:24px}.hero__button{min-height:48px}.hero__services{flex-direction:column;align-items:stretch;gap:16px;width:100%;display:flex}.hero__service-card,.hero__service-card:last-child{border-radius:17px;grid-column:auto;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:0;padding:20px;display:flex;transform:none}.hero__service-card:hover{transform:translateY(-3px)}.hero__service-content{flex:auto;width:auto;min-width:0;max-width:none}.hero__service-index{margin-bottom:10px}.hero__service-title{margin-bottom:7px}.hero__service-description{max-width:100%}.hero__service-icon{border-radius:15px;flex:0 0 54px;width:54px;height:54px}.hero__service-icon svg{width:28px;height:28px}.hero__scroll{display:none}.hero__title-highlight{font-size:inherit}}@media (width<=576px){.hero{padding-top:110px;padding-bottom:50px}.hero__inner{gap:40px}.hero__content{max-width:100%}.hero__title{letter-spacing:-.04em;margin-bottom:22px}.hero__button{width:100%;max-width:250px;min-height:50px;padding:0 16px}.hero__services{gap:12px}.hero__service-card{border-radius:15px;gap:16px;width:100%;padding:18px}.hero__service-index{margin-bottom:8px}.hero__service-title{margin-bottom:6px}.hero__service-icon{border-radius:13px;flex:0 0 52px;width:52px;height:52px}.hero__service-icon svg{width:25px;height:25px}}@media (width<=420px){.hero{padding-top:100px;padding-bottom:42px}.hero__inner{gap:34px}.hero__button{border-radius:9px}.hero__service-card{gap:13px;padding:16px}.hero__service-content{min-width:0}.hero__service-icon{border-radius:12px;flex:0 0 46px;width:46px;height:46px}.hero__service-icon svg{width:22px;height:22px}}@media (width>=1101px) and (height<=820px){.hero{padding-top:155px;padding-bottom:80px}.hero__services{gap:14px}.hero__service-card{padding:18px 24px}.hero__service-index{margin-bottom:8px}.hero__service-title{margin-bottom:6px}.hero__service-icon{flex-basis:64px;width:64px;height:64px}.hero__service-icon svg{width:30px;height:30px}}@media (prefers-reduced-motion:reduce){.hero__service-icon,.hero__scroll-mouse span{animation:none}.hero__service-card,.hero__service-icon,.hero__button{transition:none}}@keyframes heroIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes heroScroll{0%{opacity:0;transform:translateY(0)}30%{opacity:1}to{opacity:0;transform:translateY(8px)}}.generate-site-btn{--cut:2px;--spark-speed:2.8s;isolation:isolate;cursor:pointer;color:#fff;background:linear-gradient(135deg,#7067f5 0%,#806cf7 50%,#b86ff3 100%);border:0;border-radius:100px;justify-content:center;align-items:center;width:360px;height:70px;padding:0;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 6px #705bff1f,0 0 30px #7c50ff59}.generate-site-btn__spark{border-radius:inherit;animation:generate-site-spark-flip calc(var(--spark-speed) * 2) infinite steps(2, end);z-index:1;position:absolute;inset:0;overflow:hidden;-webkit-mask:linear-gradient(#fff,#0000 50%);mask:linear-gradient(#fff,#0000 50%)}.generate-site-btn__spark:before{content:"";aspect-ratio:1;opacity:.85;width:200%;animation:generate-site-spark-rotate var(--spark-speed) linear infinite both;filter:drop-shadow(0 0 3px #ffffffe6)drop-shadow(0 0 8px #ffbeff99);background:conic-gradient(#0000 0deg 340deg,#fff 360deg);position:absolute;top:0;left:50%;transform:translate(-50%,-15%)rotate(-90deg)}.generate-site-btn__spark:after{content:"";inset:var(--cut);border-radius:inherit;background:0 0;position:absolute}.generate-site-btn__backdrop{inset:var(--cut);border-radius:inherit;z-index:2;background:linear-gradient(135deg,#7067f5 0%,#806cf7 50%,#b86ff3 100%);position:absolute}.generate-site-btn__content{z-index:3;color:#fff;font-size:var(--fs-subtitle);align-items:center;gap:12px;font-weight:600;line-height:1;display:inline-flex;position:relative}.generate-site-btn__icon{font-size:25px;line-height:1}@keyframes generate-site-spark-flip{to{rotate:360deg}}@keyframes generate-site-spark-rotate{to{transform:translate(-50%,-15%)rotate(90deg)}}.header__logo{color:#fff;width:clamp(250px,2.28571vw,320px);height:auto;display:inline}.hero__service-card{backface-visibility:hidden;will-change:transform, backdrop-filter, border-color, box-shadow;transform:translateZ(0);-webkit-backdrop-filter:blur(18px)saturate(120%)!important;backdrop-filter:blur(18px)saturate(120%)!important;background:#0f0b255c!important}.hero__service-card:before{will-change:transform, filter, opacity;transform:translateZ(0)scale(1);filter:blur(40px)!important}.hero__service-card:hover{background-color:#130e308c!important;border-color:#fa5affa6!important}.hero__service-card:hover:before{transform:translateZ(0)scale(1.25);filter:blur(44px)!important}.hero__service-card:hover .hero__service-icon{border-color:#0000!important}.hero__service-icon{backface-visibility:hidden;will-change:transform;transform:translateZ(0);box-shadow:none!important;background:0 0!important;border:0!important;animation:4s ease-in-out infinite heroIconFloat!important}.hero__service-card:nth-child(2) .hero__service-icon{animation-delay:.6s!important}.hero__service-card:nth-child(3) .hero__service-icon{animation-delay:1.2s!important}.hero__scroll-mouse span{will-change:transform, opacity;transform:translateZ(0);animation:1.8s ease-in-out infinite heroScroll!important}.generate-site-btn__spark{-webkit-animation:generate-site-spark-flip calc(var(--spark-speed) * 2) infinite steps(2, end)!important;animation:generate-site-spark-flip calc(var(--spark-speed) * 2) infinite steps(2, end)!important;-webkit-mask-image:linear-gradient(#fff 0%,#0000 50%)!important;mask-image:linear-gradient(#fff 0%,#0000 50%)!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important}.generate-site-btn__spark:before{will-change:transform;transform:translate(-50%,-15%)rotate(-90deg);filter:drop-shadow(0 0 3px #ffffffe6)drop-shadow(0 0 8px #ffbeff99)!important;-webkit-animation:generate-site-spark-rotate var(--spark-speed) linear infinite!important;animation:generate-site-spark-rotate var(--spark-speed) linear infinite!important}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.hero__service-card{background:#120d2bf0!important}}@keyframes heroIconFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-7px)}}@keyframes heroScroll{0%{opacity:0;transform:translate(0,0)}30%{opacity:1}to{opacity:0;transform:translateY(8px)}}@keyframes generate-site-spark-flip{to{transform:rotate(360deg)}}@keyframes generate-site-spark-rotate{to{transform:translate(-50%,-15%)rotate(90deg)}}.brand-stack{--box-width:clamp(80px,11vw/12,110px);--box-height:clamp(80px,11vw/12,110px);--box-gap:clamp(12px,18vw/12,18px);background:#000;width:100%;position:relative;overflow:hidden}.brand-stack__grid{gap:var(--box-gap);flex-direction:column;width:100%;padding-block:20px 28px;display:flex;position:relative}.brand-stack__grid:before,.brand-stack__grid:after{content:"";z-index:5;pointer-events:none;width:13%;position:absolute;top:0;bottom:0}.brand-stack__grid:before{background:linear-gradient(90deg,#000 0%,#000000e6 35%,#0000 100%);left:0}.brand-stack__grid:after{background:linear-gradient(270deg,#000 0%,#000000e6 35%,#0000 100%);right:0}.brand-stack__fade{z-index:5;pointer-events:none;height:150px;position:absolute;left:0;right:0}.brand-stack__fade--top{background:linear-gradient(#000 0%,#000000e6 35%,#0000 100%);top:0}.brand-stack__fade--bottom{background:linear-gradient(#0000 0%,#000000e6 65%,#000 100%);bottom:0}.brand-stack__row{justify-content:center;align-items:center;gap:var(--box-gap);width:max-content;min-width:100%;transition:transform .3s;display:flex}.brand-stack__row--offset{transform:translateX(calc(var(--box-width) / 2 * -1))}.brand-stack__box{width:var(--box-width);height:var(--box-height);flex:0 0 var(--box-width);background:#ffffff03;border:1px solid #ffffff2e;border-radius:10px;justify-content:center;align-items:center;transition:border-color .3s,background-color .3s,transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.brand-stack__box--active{cursor:default;background:#ffffff06}.brand-stack__box--active:hover{border-color:color-mix(in srgb, var(--brand-color) 55%, transparent);background-color:#ffffff0b;box-shadow:inset 0 1px #ffffff14,0 18px 50px #0006}.brand-stack__box--active:hover .brand-stack__glow{opacity:.3;filter:blur(38px);width:110px;height:110px}.brand-stack__box--active:hover .brand-stack__icon{transform:scale(1.08)}.brand-stack__glow{background:var(--brand-color);opacity:.2;filter:blur(25px);pointer-events:none;border-radius:50%;width:1px;height:1px;transition:width .5s,height .5s,opacity .3s,filter .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brand-stack__icon{z-index:2;object-fit:contain;width:62%;height:62%;transition:transform .3s;position:relative}.brand-stack__mobile{display:none}@media (width<=1200px){.brand-stack{--box-width:clamp(80px,12vw/12,120px);--box-height:clamp(80px,12vw/12,120px);--box-gap:clamp(12px,16vw/12,16px)}}@media (width<=576px){.brand-stack{padding:28px 16px 36px}.brand-stack__grid{display:none}.brand-stack__mobile{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.brand-stack__box{aspect-ratio:1;border-radius:14px;flex:none;width:100%;height:auto}.brand-stack__icon{width:60%;height:60%}.brand-stack__mobile{grid-template-columns:repeat(5,1fr);gap:12px}}#services{scroll-margin-top:100px}.services-showcase{color:#fff;background:#000;width:100%;padding-block:110px;position:relative;overflow:hidden}.services-showcase__inner{grid-template-columns:minmax(230px,.65fr) minmax(0,2fr);align-items:center;gap:clamp(60px,7vw,130px);display:grid}.services-showcase__intro{max-width:300px}.services-showcase__eyebrow{color:#fff;margin-bottom:22px;font-size:30px;font-weight:600;line-height:1;display:block}.services-showcase__heading{letter-spacing:-.03em;color:#fff;margin-bottom:24px;font-size:clamp(26px,2.2vw,36px);font-weight:600;line-height:1.28}.services-showcase__heading span{color:#fa5aff;display:block}.services-showcase__description{color:#ffffff94;max-width:260px;margin-bottom:42px;font-size:13px;line-height:1.7}.services-showcase__button{color:#fff;background:#fa5aff0a;border:1px solid #fa5affe6;border-radius:8px;justify-content:center;align-items:center;gap:22px;min-height:44px;padding-inline:22px;font-size:11px;font-weight:600;transition:color .3s,border-color .3s,background-color .3s,transform .3s;display:inline-flex}.services-showcase__button:hover{color:#fa5aff;background-color:#fa5aff17;border-color:#fa5aff;transform:translateY(-2px)}.services-showcase__button:hover .services-showcase__button-arrow{transform:translate(4px)}.services-showcase__button-arrow{font-size:16px;transition:transform .3s}.services-showcase__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;display:grid}.services-showcase__card{-webkit-backdrop-filter:blur(16px);background:radial-gradient(circle at 50% 25%,#fa5aff14,#0000 47%),#0a0718ad;border:1px solid #fa5aff94;border-radius:12px;min-width:0;transition:transform .3s,border-color .3s,background-color .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d,0 20px 45px #0003}.services-showcase__card--featured{aspect-ratio:1;grid-column:span 4}.services-showcase__card--standard{grid-column:span 3;min-height:320px}.services-showcase__card:hover{background-color:#0f0926e0;border-color:#fa5aff;transform:translateY(-6px);box-shadow:inset 0 1px #ffffff14,0 24px 55px #00000052,0 0 30px #fa5aff14}.services-showcase__card:hover .services-showcase__image{transform:translateY(-4px)scale(1.04)}.services-showcase__card:hover .services-showcase__card-arrow{color:#000;background:#fa5aff;transform:translate(3px)}.services-showcase__card-link{width:100%;height:100%;color:inherit;flex-direction:column;padding:18px;display:flex;position:relative}.services-showcase__number{z-index:3;color:#fff;background:#0003;border:1px solid #fa5affe6;border-radius:5px;justify-content:center;align-items:center;min-width:26px;height:26px;font-size:11px;font-weight:500;display:inline-flex;position:absolute;top:14px;left:14px}.services-showcase__visual{flex:1;justify-content:center;align-items:center;width:100%;min-height:145px;padding:20px 15px 10px;display:flex}.services-showcase__image{object-fit:contain;filter:drop-shadow(0 10px 30px #fa5aff24);width:auto;max-width:76%;max-height:165px;transition:transform .5s}.services-showcase__card-content{z-index:2;padding-right:35px;position:relative}.services-showcase__card-title{letter-spacing:-.02em;color:#fff;margin-bottom:10px;font-size:18px;font-weight:600;line-height:1.1}.services-showcase__card-description{color:#ffffff94;font-size:11px;line-height:1.65}.services-showcase__card-arrow{color:#fa5aff;border:1px solid #fa5aff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;transition:color .3s,background-color .3s,transform .3s;display:flex;position:absolute;bottom:16px;right:16px}.services-showcase__card--featured .services-showcase__visual{min-height:160px}.services-showcase__card--featured .services-showcase__image{max-height:185px}.services-showcase__card--featured .services-showcase__card-title{font-size:20px}@media (width<=1200px){.services-showcase{padding-block:90px}.services-showcase__inner{grid-template-columns:minmax(220px,.55fr) minmax(0,1.8fr);gap:60px}.services-showcase__grid{gap:14px}.services-showcase__card-link{padding:15px}.services-showcase__card--standard{min-height:290px}.services-showcase__card-title{font-size:16px}}@media (width<=992px){.services-showcase__inner{grid-template-columns:1fr;gap:50px}.services-showcase__intro{max-width:600px}.services-showcase__description{max-width:500px}.services-showcase__card--featured{grid-column:span 4}.services-showcase__card--standard{grid-column:span 6;min-height:310px}}@media (width<=768px){.services-showcase{padding-block:70px}.services-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.services-showcase__card--featured,.services-showcase__card--standard{grid-column:auto}.services-showcase__card--featured{aspect-ratio:1}.services-showcase__card--standard{min-height:280px}.services-showcase__eyebrow{font-size:24px}.services-showcase__heading{font-size:28px}}@media (width<=576px){.services-showcase{padding-block:55px}.services-showcase__inner{gap:40px}.services-showcase__grid{grid-template-columns:1fr}.services-showcase__card--featured{aspect-ratio:auto;min-height:330px}.services-showcase__card--standard{min-height:300px}.services-showcase__visual{min-height:160px}.services-showcase__image{max-width:65%}.services-showcase__button{width:100%}}.projects-grid{background:#000;width:100%;padding-block:24px 40px;position:relative;overflow:hidden}.projects-grid__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.projects-grid__item{background:#080808;min-width:0;position:relative;overflow:hidden}.projects-grid__link{aspect-ratio:4/3;isolation:isolate;color:#fff;width:100%;text-decoration:none;display:block;position:relative;overflow:hidden}.projects-grid__link:hover .projects-grid__image{transform:scale(1.045)}.projects-grid__link:hover .projects-grid__image--hover,.projects-grid__link:hover .projects-grid__overlay{opacity:1}.projects-grid__link:hover .projects-grid__services,.projects-grid__link:hover .projects-grid__service-badge{opacity:1;transform:translateY(0)}.projects-grid__image{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1),opacity .45s;position:absolute;inset:0}.projects-grid__image--hover{z-index:1;opacity:0}.projects-grid__overlay{z-index:2;opacity:0;pointer-events:none;background:linear-gradient(#00000005 0%,#0000001f 45%,#000000d1 100%);transition:opacity .3s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff14}.projects-grid__services{z-index:4;opacity:0;transition:opacity .36s,transform .42s cubic-bezier(.2,.8,.2,1);position:absolute;bottom:20px;left:22px;right:22px;transform:translateY(14px)}.projects-grid__services-label{color:#fff9;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px;font-size:9px;font-weight:600;line-height:1;display:block}.projects-grid__services-list{flex-wrap:wrap;gap:7px;display:flex}.projects-grid__service-badge{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#ffffffeb;letter-spacing:.03em;white-space:nowrap;opacity:0;background:#0a0a1094;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:10px;font-weight:500;line-height:1;transition:opacity .35s,transform .35s;display:inline-flex;transform:translateY(8px);box-shadow:inset 0 1px #ffffff12}.projects-grid__service-badge:first-child{transition-delay:40ms}.projects-grid__service-badge:nth-child(2){transition-delay:80ms}.projects-grid__service-badge:nth-child(3){transition-delay:.12s}.projects-grid__service-badge:nth-child(4){transition-delay:.16s}.projects-grid__service-badge:nth-child(5){transition-delay:.2s}.projects-grid__action{justify-content:center;margin-top:48px;display:flex}.projects-grid__more{color:#fff;min-height:52px;font-size:var(--fs-body);letter-spacing:.02em;background:#ffffff08;border:1px solid #ffffff24;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-weight:500;text-decoration:none;transition:border-color .3s,background-color .3s,transform .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.projects-grid__more:before{content:"";z-index:0;pointer-events:none;opacity:0;background:linear-gradient(90deg,#0068ff2e,#fa5aff29);transition:opacity .3s;position:absolute;inset:0}.projects-grid__more span{z-index:1;position:relative}.projects-grid__more:hover,.projects-grid__more:focus-visible{background:#ffffff0d;border-color:#0068ff8c;transform:translateY(-2px);box-shadow:0 0 0 1px #fa5aff1f,0 12px 32px #0068ff1f}.projects-grid__more:hover:before,.projects-grid__more:focus-visible:before{opacity:1}.projects-grid__more:hover .projects-grid__more-arrow,.projects-grid__more:focus-visible .projects-grid__more-arrow{transform:translate(4px)}.projects-grid__more-arrow{font-size:1.05em;line-height:1;transition:transform .3s;display:inline-block}@media (width<=992px){.projects-grid{padding-block:40px 36px}.projects-grid__action{margin-top:36px}.projects-grid__list{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-grid__services{bottom:17px;left:18px;right:18px}}@media (width<=768px){.projects-grid{padding-block:36px 28px}.projects-grid__action{margin-top:28px}.projects-grid__list{gap:4px}.projects-grid__overlay{opacity:1;background:linear-gradient(#0000 35%,#00000026 55%,#000000b8 100%)}.projects-grid__services{opacity:1;-webkit-backdrop-filter:blur(8px)saturate(120%);backdrop-filter:blur(8px)saturate(120%);background:#34344947;border:1px solid #ffffff21;border-radius:13px;padding:12px 13px;bottom:14px;left:14px;right:14px;transform:none;box-shadow:inset 0 1px #ffffff14,0 10px 30px #00000038}.projects-grid__services-label{color:#ffffff8c;margin-bottom:8px;font-size:8px}.projects-grid__services-list{gap:6px}.projects-grid__service-badge{opacity:1;-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffff0e;border-color:#ffffff1f;min-height:25px;padding:0 9px;font-size:9px;transition:none;transform:none}.projects-grid__link:hover .projects-grid__image{transform:none}}@media (width<=576px){.projects-grid__list{grid-template-columns:1fr;gap:8px}.projects-grid__action{margin-top:24px;padding-inline:8px}.projects-grid__more{width:100%;max-width:320px}.projects-grid__link{aspect-ratio:4/3}.projects-grid__services{padding:11px 12px;bottom:12px;left:12px;right:12px}.projects-grid__services-label{margin-bottom:7px}.projects-grid__service-badge{min-height:24px;padding:0 8px;font-size:8.5px}}.references-honeycomb{color:#fff;background:#020103;width:100%;padding-top:24px;position:relative;overflow:hidden}.references-honeycomb__inner{aspect-ratio:1536/870;width:100%;max-width:1536px;min-height:620px;margin-inline:auto;position:relative;overflow:hidden}.references-honeycomb__visual{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.references-honeycomb__visual:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000 0% 51%,#00000014 60%,#00000073 77%,#000000d1 100%);position:absolute;inset:0}.references-honeycomb__image{z-index:1;object-fit:cover;object-position:center center;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}.references-honeycomb__content{z-index:5;width:clamp(220px,21vw,310px);position:absolute;top:53%;right:clamp(45px,8vw,145px);transform:translateY(-50%)}.references-honeycomb__line{background:linear-gradient(90deg,#4d8eff,#f533f5);border-radius:100px;width:36px;height:2px;margin-bottom:20px;display:block;box-shadow:0 0 14px #4d8eff52}.references-honeycomb__title{color:#fff;letter-spacing:-.03em;text-transform:uppercase;margin:0 0 28px;font-size:clamp(28px,2.45vw,42px);font-weight:700;line-height:1.16;overflow:visible}.references-honeycomb__title-line{background:linear-gradient(#fff 0%,#f2f2f2 22%,#cfcfcf 58%,#9a9a9a 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;padding-block:.08em .02em;display:block;overflow:visible}.references-honeycomb__title-line--highlight{font-weight:800}.references-honeycomb__description{color:#ffffff9e;width:100%;max-width:260px;margin:0;font-size:clamp(11px,.85vw,14px);font-weight:500;line-height:1.75}@media (width<=1200px){.references-honeycomb__inner{min-height:600px}.references-honeycomb__content{width:260px;right:clamp(35px,6vw,85px)}.references-honeycomb__title{margin-bottom:24px;font-size:32px}.references-honeycomb__description{max-width:240px;font-size:12px}}@media (width<=992px){.references-honeycomb__inner{aspect-ratio:16/9;min-height:570px}.references-honeycomb__image{object-position:45% center}.references-honeycomb__visual:after{background:linear-gradient(90deg,#0000 0% 42%,#00000042 60%,#000000db 100%)}.references-honeycomb__content{width:230px;top:auto;bottom:0;right:38px}.references-honeycomb__line{width:30px;margin-bottom:16px}.references-honeycomb__title{margin-bottom:20px;font-size:28px}.references-honeycomb__description{font-size:11px;line-height:1.65}}@media (width<=768px){.references-honeycomb{padding:20px 0 0}.references-honeycomb__inner{aspect-ratio:auto;flex-direction:column-reverse;min-height:720px;display:flex}.references-honeycomb__visual{flex-shrink:0;width:100%;height:500px;position:relative;inset:auto}.references-honeycomb__visual:after{background:0 0}.references-honeycomb__image{object-fit:cover;object-position:0% 50%;width:100%;height:100%;position:absolute}.references-honeycomb__content{text-align:left;width:100%;position:relative;top:auto;right:auto;transform:none}.references-honeycomb__line{width:32px;margin-bottom:17px}.references-honeycomb__title{max-width:auto;align-items:baseline;gap:clamp(8px,1.375vw,11px);margin-bottom:20px;font-size:clamp(26px,7vw,34px);display:flex}.references-honeycomb__description{color:#ffffff94;max-width:390px;font-size:13px;line-height:1.7}}@media (width<=576px){.references-honeycomb__inner{min-height:auto}.references-honeycomb__visual{height:430px}.references-honeycomb__image{object-position:12% 50%;height:clamp(83%,83% + 6.6vw - 21.12px,100%)}.references-honeycomb__line{width:28px;margin-bottom:14px}.references-honeycomb__title{margin-bottom:18px;font-size:26px}.references-honeycomb__description{max-width:320px;font-size:12px;line-height:1.7}}@media (width<=390px){.references-honeycomb__visual{height:390px}.references-honeycomb__content{padding-inline:17px}.references-honeycomb__title{font-size:23px}.references-honeycomb__description{font-size:11.5px}}.about-page{color:#fff;background:#000;overflow:hidden}.about-hero{border:15px solid #000;border-block-start-width:7px;border-radius:40px;align-items:flex-end;min-height:720px;padding:220px 0 110px;display:flex;position:relative;overflow:hidden}.about-hero .shape{content:"";background-color:#000;border-top-left-radius:60px;width:45%;height:120px;position:absolute;bottom:0;right:0}.about-hero .shape:after{content:"";-webkit-mask:radial-gradient(70px at 0 0,#0000 69px,#000 70px);background:#000;width:69px;height:69px;position:absolute;top:-69px;right:0;-webkit-mask:radial-gradient(70px at 0 0,#0000 69px,#000);mask:radial-gradient(70px at 0 0,#0000 69px,#000)}.about-hero .shape:before{content:"";-webkit-mask:radial-gradient(51px at 0 0,#0000 51px,#000 51px);background:#000;width:52px;height:52px;position:absolute;bottom:0;left:-49px;-webkit-mask:radial-gradient(51px at 0 0,#0000 51px,#000);mask:radial-gradient(51px at 0 0,#0000 51px,#000)}.about-hero__background{position:absolute;inset:0}.about-hero__background img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.about-hero__overlay{position:absolute;inset:0}.about-hero__content{z-index:2;max-width:820px;position:relative}.about-hero__eyebrow{color:#3b82f6;font-size:var(--fs-eyebrow);letter-spacing:.18em;align-items:center;gap:10px;margin-bottom:22px;font-weight:600;display:inline-flex}.about-hero__eyebrow:before{content:"";background:#3b82f6;width:28px;height:1px}.about-hero__title{color:#fff;max-width:850px;font-size:var(--fs-page-title);font-weight:600;line-height:var(--lh-display);letter-spacing:-.055em;margin:0}.about-hero__title span{color:#ffffff8c;display:block}.about-hero__description{color:#ffffff9e;max-width:590px;font-size:var(--fs-body);line-height:var(--lh-body);margin:28px 0 0}.about-hero__bottom{z-index:2;position:absolute;bottom:28px;left:0;right:0}.about-hero__bottom-inner{color:#ffffff57;font-size:var(--fs-micro);letter-spacing:.14em;border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding-top:20px;font-weight:500;display:flex}.about-hero__scroll{align-items:center;gap:12px;display:flex}.about-hero__scroll-arrow{border-bottom:1px solid;border-right:1px solid;width:7px;height:7px;transform:rotate(45deg)translateY(-2px)}.about-intro{padding:var(--section-y) 0;background:#000;position:relative}.about-intro:before{content:"";width:100%;max-width:var(--container-width);background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.about-intro__grid{grid-template-columns:minmax(0,1fr) minmax(0,.85fr);align-items:start;gap:110px;display:grid}.about-intro__eyebrow,.about-intro__title,.about-intro__lead,.about-intro__text{margin-top:0}.about-intro__eyebrow{color:#3b82f6;font-size:var(--fs-eyebrow);letter-spacing:.18em;margin-bottom:20px;font-weight:600;display:block}.about-intro__title{color:#fff;max-width:700px;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-heading);letter-spacing:-.045em;margin-bottom:0}.about-intro__title span{color:#fff6;display:block}.about-intro__right{padding-top:32px}.about-intro__lead{color:#ffffffdb;font-size:var(--fs-lead);font-weight:500;line-height:var(--lh-lead);letter-spacing:-.02em;margin-bottom:24px}.about-intro__text{color:#ffffff73;font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:0}.about-gallery{padding:30px 0 var(--section-y);background:#000}.about-gallery__header{justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:55px;display:flex}.about-gallery__eyebrow{color:#f533f5;font-size:var(--fs-eyebrow);letter-spacing:.18em;margin-bottom:16px;font-weight:600;display:block}.about-gallery__title{color:#fff;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-heading);letter-spacing:-.04em;margin:0}.about-gallery__title span{color:#fff6;display:block}.about-gallery__description{color:#fff6;max-width:390px;font-size:var(--fs-body-small);line-height:var(--lh-body);margin:0}.about-gallery__grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:240px;gap:16px;display:grid}.about-gallery__item{background:#080808;border:1px solid #ffffff14;border-radius:16px;margin:0;position:relative;overflow:hidden}.about-gallery__item a{cursor:zoom-in;width:100%;height:100%;display:block}.about-gallery__item img{object-fit:cover;filter:saturate(.88)contrast(1.03);width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .5s;display:block;transform:scale(1.001)}.about-gallery__item:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(#0000 55%,#00000052);transition:opacity .4s;position:absolute;inset:0}.about-gallery__item:hover img{filter:saturate()contrast(1.04);transform:scale(1.045)}.about-gallery__item:hover:after{opacity:1}.about-gallery__item--large{grid-area:span 2/span 8}.about-gallery__item--tall{grid-area:span 2/span 4}.about-gallery__item--third{grid-column:span 4}.about-gallery__item--medium{grid-column:span 5}.about-gallery__item--wide{grid-area:span 1/span 8}.about-gallery__item--full{grid-column:span 12}.about-gallery__item--small{grid-area:span 1/span 4}@media (width<=992px){.about-hero{min-height:650px;padding:190px 0 100px}.about-hero__title{max-width:680px}.about-intro{padding:110px 0}.about-intro__grid{grid-template-columns:1fr;gap:45px}.about-intro__right{max-width:700px;padding-top:0}.about-intro__title{gap:10px;max-width:none;display:flex}.about-gallery{padding-bottom:120px}.about-gallery__header{flex-direction:column;align-items:flex-start;gap:22px}.about-gallery__grid{grid-auto-rows:200px}}@media (width<=576px){.about-hero{min-height:610px;padding:170px 0 95px}.about-hero__overlay{background:linear-gradient(90deg,#000000e0,#00000073),linear-gradient(#0000 35%,#000000e6)}.about-hero__eyebrow{font-size:var(--fs-eyebrow);margin-bottom:16px}.about-hero__title{font-size:var(--fs-page-title)}.about-hero__description{font-size:var(--fs-body);margin-top:20px}.about-hero__bottom-inner>span:first-child{display:none}.about-hero__bottom-inner{justify-content:flex-end}.about-intro{padding:85px 0}.about-intro__grid{gap:36px}.about-intro__title{font-size:var(--fs-section-title)}.about-intro__lead{font-size:var(--fs-lead)}.about-intro__text{font-size:var(--fs-body);line-height:var(--lh-body)}.about-gallery{padding:10px 0 90px}.about-gallery__header{margin-bottom:32px}.about-gallery__title{font-size:var(--fs-section-title)}.about-gallery__grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:12px}.about-gallery__item{border-radius:12px;height:260px;grid-area:auto!important}.about-gallery__item--large,.about-gallery__item--tall{height:360px}}.about-hero__title-area{z-index:5;max-width:850px;position:absolute;bottom:0;right:20px}.about-hero__title{font-size:var(--fs-page-title);font-weight:600;line-height:var(--lh-display);letter-spacing:0;text-transform:uppercase;align-items:center;margin:0;display:flex}.about-hero__title span{color:#fff;text-shadow:0 3px 4px #000000bf,0 6px 10px #000000a6,0 10px 18px #0000008c,0 16px 30px #00000073,0 24px 45px #00000059,0 32px 70px #00000038;margin-left:-18px;line-height:1;display:inline-block;position:relative;transform:translateZ(0)}.about-hero__title span:first-child{margin-left:0}.about-hero__title span:first-child{z-index:14}.about-hero__title span:nth-child(2){z-index:13}.about-hero__title span:nth-child(3){z-index:12}.about-hero__title span:nth-child(4){z-index:11}.about-hero__title span:nth-child(5){z-index:10}.about-hero__title span:nth-child(6){z-index:9;color:#fa5aff}.about-hero__title span:nth-child(7){z-index:8;width:36px;margin-left:0;margin-right:0}.about-hero__title span:nth-child(8){z-index:7}.about-hero__title span:nth-child(9){z-index:6}.about-hero__title span:nth-child(10){z-index:5}.about-hero__title span:nth-child(11){z-index:4}.about-hero__title span:nth-child(12){z-index:3}.about-hero__title span:nth-child(13){z-index:2}.about-hero__title span:nth-child(14){z-index:1}@media (width<=992px){.about-hero__title-area{max-width:650px;bottom:45px;left:45px}.about-hero__title{font-size:var(--fs-page-title)}}@media (width<=576px){.about-hero__title-area{max-width:none;bottom:32px;left:24px;right:24px}.about-hero__title-eyebrow{font-size:var(--fs-eyebrow);margin-bottom:10px}.about-hero__title-eyebrow:before{width:22px}.about-hero__title{font-size:var(--fs-page-title);line-height:var(--lh-display);letter-spacing:-.045em}}.glightbox-container .gslide-description{text-align:center;background:0 0!important;padding:18px 20px 8px!important}.glightbox-container .gslide-title{letter-spacing:.04em;background:linear-gradient(#ffffff24,#fa5aff33);border:1px solid #fa5aff61;border-radius:999px;max-width:min(92vw,640px);padding:10px 22px;font-family:Inter,Inter Fallback;font-size:clamp(14px,2.1vw,17px);font-style:normal;font-weight:600;line-height:1.45;display:inline-block;box-shadow:0 10px 28px #fa5aff2e,inset 0 1px #ffffff29;color:#fff!important;margin:0 auto!important}.glightbox-container .gslide-desc{display:none}.partners-page{background:#000;min-height:100vh}.partners{width:100%;padding:0 0 var(--section-y) 0;background:#000;position:relative;overflow:hidden}.partners .container{z-index:2;width:min(1400px, 100% - var(--page-gutter) * 2);margin:0 auto;position:relative}.partners__header{width:100%;margin-bottom:70px}.partners__header-top{align-items:center;width:100%;margin-bottom:40px;display:flex}.partners__meta{flex-shrink:0;align-items:center;gap:17px;display:flex}.partners__number{color:#ffffff42;font-size:var(--fs-eyebrow);letter-spacing:.15em;font-weight:500;line-height:1}.partners__eyebrow{color:#fa5aff;font-size:var(--fs-eyebrow);letter-spacing:.19em;text-transform:uppercase;font-weight:600;line-height:1}.partners__line{background:linear-gradient(90deg,#f533f56b 0%,#ffffff0e 16%,#ffffff06 70%,#0000 100%);flex:1;height:1px;margin-left:30px;display:block}.partners__title{color:#fff;max-width:800px;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-display);letter-spacing:-.058em;margin:0}.partners__title span{color:#fa5aff;width:fit-content;margin-top:8px;display:block;position:relative}.partners__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.partner-card{background:#fff;border:1px solid #0000000f;border-radius:16px;justify-content:center;align-items:center;min-height:220px;padding:45px;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.partner-card img{object-fit:contain;width:auto;max-width:75%;height:auto;max-height:75px;transition:transform .35s;display:block}.partner-card:hover{border-color:#e31e242e;transform:translateY(-5px);box-shadow:0 20px 50px #0000000f}.partner-card:hover img{transform:scale(1.04)}@media (width<=1199px){.partners__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=991px){.partners__header{margin-bottom:60px}.partners__title{max-width:730px}.partners__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.partners__header{margin-bottom:45px}.partners__header-top{margin-bottom:40px}.partners__meta{gap:12px}.partners__line{margin-left:18px}.partners__title{letter-spacing:-.05em;max-width:100%}.partners__title span{margin-top:5px}.partners__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.partner-card{min-height:160px;padding:30px 20px}.partner-card img{max-width:80%;max-height:55px}}@media (width<=480px){.partners__header{margin-bottom:40px}.partners__header-top{margin-bottom:34px}.partners__number{display:none}.partners__line{margin-left:13px}.partners__grid{grid-template-columns:1fr}.partner-card{min-height:150px;padding:28px 20px}.partner-card img{max-width:75%;max-height:52px}}.products-page{color:#fff;background:#000;min-height:100vh}.products-showcase{width:100%;padding:0 0 var(--section-y) 0;background:#000;position:relative;overflow:hidden}.products-showcase .container{z-index:2;width:min(1760px,100% - 48px);margin:0 auto;position:relative}.products-showcase__header{width:100%;max-width:1050px;margin-bottom:70px}.products-showcase__header-top{align-items:center;width:100%;margin-bottom:40px;display:flex}.products-showcase__meta{flex-shrink:0;align-items:center;gap:17px;display:flex}.products-showcase__number{color:#ffffff42;font-size:var(--fs-eyebrow);letter-spacing:.15em;font-weight:500;line-height:1}.products-showcase__eyebrow{color:#fa5aff;font-size:var(--fs-eyebrow);letter-spacing:.19em;text-transform:uppercase;font-weight:600;line-height:1}.products-showcase__line{background:linear-gradient(90deg,#f533f56b 0%,#ffffff0e 16%,#ffffff06 70%,#0000 100%);flex:1;height:1px;margin-left:30px;display:block}.products-showcase__heading{color:#fff;max-width:900px;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-display);letter-spacing:-.058em;margin:0}.products-showcase__heading span{color:#fa5aff;width:fit-content;margin-top:8px;display:block}.products-showcase__grid{border:1px solid #ffffff14;border-radius:26px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid;overflow:hidden}.product-panel{isolation:isolate;width:100%;min-width:0;min-height:clamp(340px,34vw,560px);text-decoration:none;position:relative;overflow:hidden}.product-panel--content{background:linear-gradient(135deg,#fff 0%,#f3f3f3 100%);border:1px solid #00000012;align-items:center;transition:background .4s,border-color .4s;display:flex}.product-panel--content:before{content:"";z-index:0;pointer-events:none;opacity:0;background:radial-gradient(circle at 20%,#f533f512,#0000 48%);transition:opacity .4s;position:absolute;inset:0}.product-panel--content .product-panel__cta:hover{color:#111}.product-panel--content .product-panel__cta:hover:after{background:#f533f58c}.product-panel--content .product-panel__cta:hover span{transform:translate(3px,-3px)}.product-panel--image{background:#111;display:block}.product-panel--image:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 55%,#0000001f 100%);position:absolute;inset:0}.product-panel--image>img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1);display:block;transform:scale(1.001)}.product-panel--image:hover>img{transform:scale(1.035)}.product-panel__content{z-index:2;width:100%;max-width:620px;padding:clamp(42px,5vw,90px);position:relative}.product-panel__logo{object-fit:contain;object-position:left center;opacity:.9;width:auto;height:40px;margin-bottom:44px;transition:opacity .35s,transform .35s;display:block}.product-panel__index{color:#00000052;font-size:var(--fs-eyebrow);letter-spacing:.18em;margin-bottom:18px;font-weight:500;line-height:1;display:block}.product-panel__title{color:#111;font-size:var(--fs-subtitle);font-weight:600;line-height:var(--lh-heading);letter-spacing:-.045em;margin:0 0 24px;transition:color .35s}.product-panel__description{color:#1111119e;max-width:520px;font-size:var(--fs-body);font-weight:400;line-height:var(--lh-body);margin:0 0 38px;transition:color .35s}.product-panel__cta{color:#111111b8;font-size:var(--fs-eyebrow);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:12px;font-weight:600;line-height:1;transition:color .35s;display:inline-flex;position:relative}.product-panel__cta:after{content:"";background:#11111124;width:100%;height:1px;transition:background .35s;position:absolute;bottom:-7px;left:0}.product-panel__cta span{color:#fa5aff;font-size:18px;transition:transform .35s;display:inline-flex}@media (width<=1399px){.products-showcase .container{width:calc(100% - 40px)}.product-panel{min-height:clamp(340px,38vw,510px)}.product-panel__content{padding:clamp(40px,5vw,70px)}}@media (width<=991px){.products-showcase{padding:90px 0 100px}.products-showcase__header{margin-bottom:55px}.product-panel{min-height:auto}.product-panel__content{padding:27px 38px}.product-panel__logo{max-width:160px;max-height:48px;margin-bottom:35px}}@media (width<=767px){.products-showcase{padding:75px 0 85px}.products-showcase .container{width:calc(100% - 28px)}.products-showcase__header{margin-bottom:45px}.products-showcase__header-top{margin-bottom:40px}.products-showcase__meta{gap:12px}.products-showcase__line{margin-left:18px}.products-showcase__heading{max-width:100%;line-height:var(--lh-display);letter-spacing:-.05em}.products-showcase__heading span{margin-top:5px}.products-showcase__grid{border-radius:20px;grid-template-columns:1fr}.product-panel--content{min-height:auto}.product-panel--image{height:340px}.product-panel__index{display:none}.product-panel__content{max-width:100%;padding:45px 32px}.product-panel__logo{display:none}.product-panel__description{max-width:520px;margin-bottom:30px}.products-showcase__grid>:first-child{order:2}.products-showcase__grid>:nth-child(2){order:1}.products-showcase__grid>:nth-child(3){order:3}.products-showcase__grid>:nth-child(4){order:4}.products-showcase__grid>:nth-child(5){order:6}.products-showcase__grid>:nth-child(6){order:5}.products-showcase__grid>:nth-child(7){order:7}.products-showcase__grid>:nth-child(8){order:8}}@media (width<=480px){.products-showcase{padding:65px 0 75px}.products-showcase .container{width:100%}.products-showcase__header-top{margin-bottom:34px}.products-showcase__number{display:none}.products-showcase__line{margin-left:13px}.product-panel--image{height:290px}.product-panel__content{padding:38px 25px}.product-panel__logo{max-width:135px;max-height:40px;margin-bottom:28px}.product-panel__index{margin-bottom:14px}.product-panel__title{margin-bottom:20px}.product-panel__description{margin-bottom:27px}}.contact-page{background-color:#000}.sitemap-page{background:#000;min-height:100vh}.sitemap{width:100%;padding:0 0 var(--section-y);color:#fff;background:#000;position:relative}.sitemap__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,3vw,48px);display:grid}.sitemap__group{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;min-width:0;padding:clamp(24px,2.4vw,36px)}.sitemap__group:nth-child(3){grid-column:1/-1}.sitemap__group:nth-child(3) .sitemap__links{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 28px;display:grid}.sitemap__head{border-bottom:1px solid #ffffff14;align-items:baseline;gap:14px;margin-bottom:28px;padding-bottom:16px;display:flex}.sitemap__title{color:#fff;font-size:var(--fs-subtitle);font-weight:600;line-height:var(--lh-heading);letter-spacing:-.04em;margin:0}.sitemap__subgroup{margin-bottom:28px}.sitemap__subgroup:last-child{margin-bottom:0}.sitemap__subgroup h3{color:#fa5aff;font-size:var(--fs-eyebrow);letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;font-weight:600}.sitemap__subgroup ul,.sitemap__links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.sitemap a{color:#ffffff85;font-size:var(--fs-body);line-height:var(--lh-title);text-decoration:none;transition:color .3s;display:inline-flex}.sitemap a:hover{color:#fff}@media (width<=992px){.sitemap__grid{grid-template-columns:1fr}}@media (width<=768px){.sitemap{padding-bottom:72px}.sitemap__group{border-radius:16px;padding:22px 18px}.sitemap__group:nth-child(3) .sitemap__links{grid-template-columns:1fr}.sitemap__title{font-size:var(--fs-card-title)}}.services-page,.service-detail-page{color:#fff;background:#000;width:100%;position:relative;overflow:hidden}.services-hero{background:#000;border:15px solid #000;border-top-width:7px;border-radius:40px;align-items:flex-end;width:100%;min-height:720px;padding:220px 0 110px;display:flex;position:relative;overflow:hidden}.services-hero__background{z-index:0;position:absolute;inset:0}.services-hero__background img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:scale(1.005)}.services-hero__overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000000f 0%,#0000 45%,#0000001f 100%);position:absolute;inset:0}.services-hero .shape{z-index:4;background:#000;border-top-left-radius:60px;width:50%;height:120px;position:absolute;bottom:0;right:0}.services-hero .shape:after{content:"";background:#000;width:69px;height:69px;position:absolute;top:-69px;right:0;-webkit-mask:radial-gradient(70px at 0 0,#0000 69px,#000 70px);mask:radial-gradient(70px at 0 0,#0000 69px,#000 70px)}.services-hero .shape:before{content:"";background:#000;width:52px;height:52px;position:absolute;bottom:0;left:-49px;-webkit-mask:radial-gradient(51px at 0 0,#0000 50px,#000 51px);mask:radial-gradient(51px at 0 0,#0000 50px,#000 51px)}.services-hero__title-area{z-index:5;pointer-events:none;justify-content:flex-end;align-items:flex-end;width:100%;display:flex;position:absolute;bottom:0;left:0;right:0}.services-hero__title{color:#fff;font-size:var(--fs-page-title);font-weight:600;line-height:var(--lh-display);letter-spacing:0;text-transform:uppercase;justify-content:center;align-items:center;margin:0 40px 0 0;display:flex}.services-hero__title span{color:#fff;text-shadow:-5px 3px 10px #000000a6,5px 3px 10px #000000a6,-9px 8px 20px #00000085,9px 8px 20px #00000085,0 12px 25px #00000094,0 22px 45px #0000006b,0 34px 70px #00000047;margin-left:-15px;line-height:1;display:inline-block;position:relative;transform:translateZ(0)}.services-hero__title span:first-child{margin-left:0}.services-hero__title span:first-child{z-index:14}.services-hero__title span:nth-child(2){z-index:13}.services-hero__title span:nth-child(3){z-index:12;width:36px;margin-left:0;margin-right:0}.services-hero__title span:nth-child(4){z-index:11}.services-hero__title span:nth-child(5){z-index:10}.services-hero__title span:nth-child(6){z-index:9;color:#fa5aff}.services-hero__title span:nth-child(7){z-index:8}.services-hero__title span:nth-child(8){z-index:7}.services-hero__title span:nth-child(9){z-index:6}.services-hero__title span:nth-child(10){z-index:5}.services-hero__title span:nth-child(11){z-index:4}.services-hero__title span:nth-child(12){z-index:3}.services-hero__title span:nth-child(13){z-index:2}.services-intro{background:#000;width:100%;padding:125px 0 135px;position:relative}.services-intro:before{content:"";width:calc(100% - 80px);max-width:var(--container-width);background:linear-gradient(90deg,#0000 0%,#ffffff06 15%,#f533f52e 50%,#ffffff06 85%,#0000 100%);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.services-intro__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1fr);align-items:center;gap:clamp(90px,11vw,190px);display:grid}.services-intro__left{max-width:610px}.services-intro__eyebrow{color:#fa5aff;font-size:var(--fs-eyebrow);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:11px;margin-bottom:19px;font-weight:600;line-height:1;display:inline-flex}.services-intro__eyebrow:before{content:"";background:#fa5aff;width:24px;height:1px;box-shadow:0 0 12px #f533f599}.services-intro__title{color:#fff;max-width:600px;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-heading);letter-spacing:-.052em;margin:0}.services-intro__title span{color:#fa5aff;text-shadow:0 0 14px #f533f524,0 8px 28px #00000073;display:block}.services-intro__right{width:100%;max-width:650px;padding-left:38px;position:relative}.services-intro__right:before{content:"";background:linear-gradient(#fa5aff 0%,#f533f54d 50%,#0000 100%);width:1px;height:78px;position:absolute;top:8px;left:0;box-shadow:0 0 12px #f533f533}.services-intro__lead{color:#ffffffdb;max-width:610px;font-size:var(--fs-lead);font-weight:500;line-height:var(--lh-lead);letter-spacing:-.017em;margin:0 0 24px}.services-intro__text{color:#ffffff6b;max-width:580px;font-size:var(--fs-body-small);font-weight:400;line-height:var(--lh-body);margin:0}@media (width<=1200px){.services-hero{min-height:680px}.services-hero .shape{width:54%}.services-hero__title span{margin-left:-13px}.services-intro__grid{gap:100px}}@media (width<=992px){.services-hero{border-width:6px 10px 10px;border-radius:30px;min-height:620px;padding:190px 0 95px}.services-hero .shape{border-top-left-radius:50px;border-top-right-radius:50px;width:64%;height:105px;transform:translate(-28%)}.services-hero__title span{margin-left:-11px}.services-hero__title span:nth-child(3){width:28px}.services-intro{padding:95px 0 105px}.services-intro__grid{grid-template-columns:1fr;gap:52px}.services-intro__left{max-width:680px}.services-intro__right{max-width:700px;padding-left:28px}.services-intro__title{max-width:650px}}@media (width<=576px){.services-hero{border-width:5px 7px 7px;border-radius:23px;min-height:540px;padding:150px 0 80px}.services-hero__background img{object-position:55% center}.services-hero .shape{border-top-left-radius:38px;border-top-right-radius:38px;width:78%;height:82px;bottom:0;left:50%;right:auto;transform:translate(-50%)}.services-hero .shape:before{width:38px;height:38px;left:-37px;-webkit-mask:radial-gradient(38px at 0 0,#0000 37px,#000 38px);mask:radial-gradient(38px at 0 0,#0000 37px,#000 38px)}.services-hero .shape:after{width:45px;height:45px;right:-45px;-webkit-mask:radial-gradient(46px at 0 0,#0000 45px,#000 46px);mask:radial-gradient(46px at 0 0,#0000 45px,#000 46px)}.services-hero__title-area{bottom:13px}.services-hero__title span{text-shadow:-3px 2px 6px #000000a6,3px 2px 6px #000000a6,0 7px 14px #00000085,0 16px 30px #00000052;margin-left:-7px}.services-hero__title span:nth-child(3){width:17px;margin-left:0}.services-intro{padding:74px 0 82px}.services-intro:before{width:calc(100% - 32px)}.services-intro__grid{gap:40px}.services-intro__eyebrow{margin-bottom:15px}.services-intro__eyebrow:before{width:18px}.services-intro__title{letter-spacing:-.045em;max-width:100%}.services-intro__right{max-width:100%;padding-left:21px}.services-intro__right:before{height:60px;top:5px}.services-intro__lead{margin-bottom:18px}}.projects-page{background-color:#000}.project-detail-page{color:#fff;background-color:#000}.project-showcase{color:#fff;background:linear-gradient(#08111f 0%,#0b1626 100%);padding:120px 0;position:relative}.project-showcase__header{grid-template-columns:minmax(50px,100px) minmax(0,760px);gap:28px;margin-bottom:52px;display:grid}.project-showcase__heading{max-width:760px}.project-showcase__title{color:#fff;font-size:var(--fs-section-title);font-weight:600;line-height:var(--lh-display);letter-spacing:-.05em;margin:0}.project-showcase__description{color:#ffffffad;max-width:620px;font-size:var(--fs-body);line-height:var(--lh-body);margin:20px 0 0}.project-showcase__layout{grid-template-columns:1.25fr .95fr;align-items:stretch;gap:18px;display:grid}.project-showcase__featured{min-width:0}.project-showcase__side{grid-template-rows:auto 1fr;gap:18px;min-width:0;display:grid}.project-showcase__side-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.project-eyebrow--dark{color:#ffffff8c}.project-showcase-card{background:#ffffff0d;border:1px solid #ffffff12;border-radius:26px;position:relative;overflow:hidden}.project-showcase-card img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.75,.25,1),filter .35s;display:block}.project-showcase-card:hover img{transform:scale(1.03)}.project-showcase-card--featured{min-height:620px}.project-showcase-card--small{min-height:235px}.project-showcase-card--wide{min-height:365px}.project-showcase-card__overlay{background:linear-gradient(#0000 0%,#00000014 42%,#00000094 100%);position:absolute;inset:0}.project-showcase-card__info{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:18px;padding:18px 18px 16px;position:absolute;bottom:20px;left:20px;right:20px;box-shadow:0 10px 25px #0000001a}.project-showcase-card__meta{color:#7b8698;font-size:var(--fs-eyebrow);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;font-weight:600;line-height:1.2;display:flex}.project-showcase-card__bottom{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.project-showcase-card__bottom h3{color:#081225;font-size:var(--fs-card-title);font-weight:600;line-height:var(--lh-title);letter-spacing:-.04em;margin:0}.project-showcase-card__action{color:#fff;background:#081225;border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:18px;line-height:1;display:grid}.project-showcase-card__icon{z-index:3;color:#081225;cursor:default;background:#ffffffe0;border:0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:16px;line-height:1;display:grid;position:absolute;top:14px;right:14px;box-shadow:0 8px 18px #00000014}@media (width<=1200px){.project-showcase{padding:100px 0}.project-showcase__layout{grid-template-columns:1.1fr .9fr}.project-showcase-card--featured{min-height:560px}.project-showcase-card--small{min-height:210px}.project-showcase-card--wide{min-height:320px}}@media (width<=991px){.project-showcase__header{grid-template-columns:1fr;gap:20px}.project-showcase__layout{grid-template-columns:1fr;gap:16px}.project-showcase__side{grid-template-rows:auto auto}.project-showcase-card--featured{min-height:520px}.project-showcase-card--small{min-height:230px}.project-showcase-card--wide{min-height:320px}}@media (width<=767px){.project-showcase{padding:75px 0}.project-showcase__side-top{grid-template-columns:1fr;gap:14px}.project-showcase-card{border-radius:18px}.project-showcase-card--featured,.project-showcase-card--small,.project-showcase-card--wide{aspect-ratio:4/3;min-height:auto}.project-showcase-card__info{border-radius:14px;padding:14px;bottom:14px;left:14px;right:14px}.project-showcase-card__action,.project-showcase-card__icon{width:34px;height:34px;font-size:14px}}@media (width<=480px){.project-showcase-card--featured,.project-showcase-card--small,.project-showcase-card--wide{aspect-ratio:4/3.8}}@media (width>=1600px){.hero__content,.service-detail-intro__content{max-width:640px}.services-intro__left,.services-intro__title,.services-intro__lead{max-width:680px}.services-intro__right{max-width:720px}}
