@font-face{font-family:"Montserrat";font-style:normal;font-weight:300 800;font-display:swap;src:url(assets/fonts/montserrat-cyrillic.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:300 800;font-display:swap;src:url(assets/fonts/montserrat-latin.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Marck Script";font-style:normal;font-weight:400;font-display:swap;src:url(assets/fonts/marck-script-cyrillic.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Marck Script";font-style:normal;font-weight:400;font-display:swap;src:url(assets/fonts/marck-script-latin.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--primary-light:#8870ff;--primary-dark:#8657db;--bg-white:#ffffff;--bg-light:#f7f8f8;--text-dark:#000000;--text-light:#5a5a5a;--error:#dc3545;--star-color:#FFD700;--shadow:0 5px 15px rgba(0,0,0,0.08);--shadow-hover:0 10px 25px rgba(0,0,0,0.15)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Montserrat",sans-serif;color:var(--text-dark);background:var(--bg-white);line-height:1.6;overflow-x:hidden;font-size:16px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:"Montserrat",Arial,sans-serif;font-weight:700;line-height:1.3;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.6rem}h4{font-size:1.3rem}p{margin-bottom:1rem;color:var(--text-light)}a{color:var(--primary-dark);text-decoration:none;transition:color .3s ease}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 20px}.section{padding:80px 0!important}.btn{display:inline-block;padding:12px 25px;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:0;text-align:center;font-family:"Montserrat",sans-serif}.btn-primary{background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));color:#fff!important;box-shadow:var(--shadow)}.btn-primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.btn-outline{background:0 0;color:var(--primary-dark);border:2px solid var(--primary-dark)}.btn-outline:hover{background:var(--primary-dark);color:#fff!important;transform:translateY(-3px);box-shadow:var(--shadow-hover)}#header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:15px 0;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,.05);transition:all .3s ease}#header.scrolled{padding:10px 0;box-shadow:0 5px 25px rgba(0,0,0,.1)}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));-webkit-background-clip:text;background-clip:text;color:transparent;transition:transform .3s ease}.logo:hover{transform:scale(1.02)}.logo img{max-width:100%;height:auto}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;transition:transform .3s ease}.logo:hover .logo-icon{transform:rotate(5deg)}nav ul{display:flex;list-style:none;align-items:center;gap:0;margin:0;padding:0}nav ul li{margin-left:30px}nav ul li:first-child{margin-left:0}nav ul li a{color:var(--text-dark);font-weight:600;text-decoration:none;padding:5px 0;position:relative;transition:all .3s ease}nav ul li a::after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary-light),var(--primary-dark));transition:width .3s ease}nav ul li a:hover{color:var(--primary-dark);transform:translateY(-2px)}nav ul li a:hover::after{width:100%}.header-order-btn::after{display:none!important}.header-order-btn{transition:all .3s ease!important}.header-order-btn:hover{transform:translateY(-3px)!important;box-shadow:0 10px 25px rgba(134,87,219,.3)!important}.mobile-menu-btn{display:none;background:0 0;border:0;font-size:1.8rem;color:var(--primary-dark);cursor:pointer;z-index:1001}.hero{padding:140px 0 80px;background:linear-gradient(135deg,rgba(136,112,255,.05)0,rgba(255,255,255,.95) 100%)}.hero-content{max-width:700px}.hero h1{font-size:3rem;margin-bottom:20px;line-height:1.2}.hero h1 span{background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:1.1rem;margin-bottom:30px;color:var(--text-light);max-width:600px}.hero-btns{display:flex;gap:15px;flex-wrap:wrap}.filter-btn.active{background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));color:#fff;border-color:transparent}.step{text-align:center;position:relative;z-index:2;width:20%;min-width:180px;margin-bottom:30px}.step h3{font-size:1.3rem;margin-bottom:10px}.step p{font-size:.95rem;color:var(--text-light)}.contact-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.contact-info h3{font-size:1.8rem;margin-bottom:15px}.contact-info>p{font-size:1.05rem;margin-bottom:25px}.contact-details{margin-bottom:25px;display:flex;flex-direction:column;align-items:flex-start;gap:15px}.contact-detail{display:inline-flex;align-items:center;gap:15px;width:auto;max-width:100%;margin-bottom:0;cursor:pointer;transition:transform .2s ease}.contact-detail:hover{transform:translateY(-2px)}.contact-detail i,.contact-detail .messenger-logo{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-detail .messenger-logo{padding:7px;object-fit:contain}.contact-detail div{display:flex;flex-direction:column;gap:2px}.contact-detail strong{display:block;font-size:.9rem;color:var(--text-dark);margin-bottom:0}.contact-detail p{margin:0;font-size:.95rem;color:var(--text-light)}.contact-info h4{margin-top:25px;margin-bottom:15px;font-size:1.2rem}.contact-methods{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.contact-method{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(136,112,255,.1);border-radius:50px;font-weight:600;transition:all .3s ease}.contact-method:hover{background:var(--primary-dark);color:#fff!important;transform:translateY(-2px)}.contact-form-container{background:#fff;border-radius:15px;padding:30px;box-shadow:0 10px 40px rgba(0,0,0,.08)}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;font-family:"Montserrat",sans-serif}.required{color:var(--error)}.form-control{width:100%;padding:12px 15px;border:2px solid rgba(0,0,0,.1);border-radius:10px;font-size:1rem;font-family:"Montserrat",sans-serif;transition:border-color .3s ease}.form-control:focus{outline:0;border-color:var(--primary-dark)}.contact-option{display:flex;gap:15px}.contact-option input{flex:1}.form-group small{display:block;margin-top:5px;font-size:.8rem;color:var(--text-light)}.field-error{color:var(--error)!important;font-size:.8rem!important;margin-top:5px!important;display:block!important}.form-control.error{border:2px solid var(--error)!important}footer{background:var(--text-dark);color:#fff;padding:50px 0 25px;margin-top:0;position:relative}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:35px;margin-bottom:40px}.footer-column h3{font-size:1.3rem;margin-bottom:20px;position:relative;padding-bottom:10px;color:#fff}.footer-column h3::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,var(--primary-light),var(--primary-dark))}.footer-column p{color:rgba(255,255,255,.8);margin-bottom:10px}.footer-contact p{display:flex;align-items:center;gap:10px;margin-bottom:8px}.footer-contact i{color:var(--primary-dark);width:20px}.footer-social-links{display:flex;gap:10px;margin-top:20px}.footer-social-links a{width:36px;height:36px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.footer-social-links a:hover{background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));transform:translateY(-3px)}.footer-contact a{color:rgba(255,255,255,.88);text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#fff;text-decoration:underline}.footer-quick-links{list-style:none;margin:0;padding:0}.footer-quick-links li{margin:0}.footer-quick-links a,.footer-quick-links span{display:inline-block;color:rgba(255,255,255,.82);line-height:2;text-decoration:none;transition:color .25s ease,transform .25s ease,padding-left .25s ease}.footer-quick-links a:hover{color:#fff;padding-left:7px;transform:translateX(3px)}.footer-quick-links a::before{content:"›";display:inline-block;margin-right:7px;color:var(--primary-light);transform:translateX(-2px);opacity:.75;transition:transform .25s ease,opacity .25s ease}.footer-quick-links a:hover::before{transform:translateX(0);opacity:1}.footer-contact .messenger-logo{width:20px;height:20px;object-fit:contain;vertical-align:middle}.messenger-logo{object-fit:contain}.max-logo-small{width:18px;height:18px}.footer-social-links a:hover .messenger-logo{transform:scale(1.08)}.contact-detail{color:inherit;text-decoration:none}.contact-detail:focus-visible,.contact-method:focus-visible,.footer-social-links a:focus-visible{outline:3px solid rgba(136,112,255,.45);outline-offset:3px}.copyright{text-align:center;padding-top:25px;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem}.success-modal,.video-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:3000;justify-content:center;align-items:center}.success-modal.active,.video-modal.active{display:flex}.modal-content{background:#fff;border-radius:20px;padding:40px;max-width:450px;width:90%;text-align:center}.modal-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;color:#fff;font-size:1.8rem}.modal-content h3{font-size:1.4rem;margin-bottom:10px}.modal-content p{color:var(--text-light);margin-bottom:20px}.close-modal-btn{padding:10px 30px;background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));color:#fff;border:0;border-radius:50px;cursor:pointer;transition:all .3s ease}.close-modal-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.video-modal-content{width:90%;max-width:900px;max-height:90vh;display:flex;align-items:center;justify-content:center;position:relative}.video-modal-content video{width:auto!important;height:auto!important;max-width:100%!important;max-height:85vh!important;object-fit:contain!important;border-radius:10px}.close-video-modal{position:absolute;top:-40px;right:0;background:0 0;border:0;color:#fff;font-size:2rem;cursor:pointer;transition:color .3s ease;z-index:10}.close-video-modal:hover{color:var(--primary-light)}.star-rating i.active{color:var(--star-color)!important;text-shadow:0 0 5px rgba(255,215,0,.5)}.copy-notification{position:fixed;top:80px;right:20px;background:var(--primary-dark);color:#fff;padding:12px 24px;border-radius:8px;z-index:99999;font-weight:600;font-size:.9rem;box-shadow:0 4px 15px rgba(0,0,0,.2);animation:notificationSlideIn .3s ease}@keyframes notificationSlideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes notificationSlideOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}footer+:not(script):not(style){display:none}.single-service .service-hero{padding:120px 0 60px;background:linear-gradient(135deg,#fff 0,#f7f8f8 100%);position:relative;overflow:hidden}.archive-portfolio .page-header,.post-type-archive-portfolio .page-header{padding:120px 0 15px!important}.archive-portfolio .page-header h1,.post-type-archive-portfolio .page-header h1{font-size:2.5rem!important;margin-bottom:12px}.archive-portfolio .page-header p,.post-type-archive-portfolio .page-header p{font-size:1.15rem!important;max-width:700px}#process,#contact,#reviews,#services,#portfolio{scroll-margin-top:96px}@media (max-width:1100px){.container{padding:0 15px;max-width:100%;overflow-x:hidden}.header-content{position:relative;flex-wrap:nowrap}.logo{flex-shrink:0}.logo span{font-size:1.3rem}.logo-icon{width:36px;height:36px;font-size:1.1rem;flex-shrink:0}.mobile-menu-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);display:flex!important;align-items:center;justify-content:center;width:45px;height:45px;margin:0;flex-shrink:0;z-index:1001}nav ul{position:fixed;top:70px;left:0;width:100%;background:#fff;flex-direction:column;padding:20px;gap:0;box-shadow:0 10px 20px rgba(0,0,0,.1);transform:translateY(-120%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}nav ul.active{transform:translateY(0);opacity:1;visibility:visible}nav ul li{margin:12px 0!important;width:100%;text-align:center}.footer-content{grid-template-columns:repeat(2,1fr)!important}.contact-container{grid-template-columns:1fr;gap:40px}.step{width:calc(50% - 15px)}}@media (max-width:768px){.header-content{position:relative}.mobile-menu-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);display:flex!important;align-items:center;justify-content:center;width:45px;height:45px;margin:0}nav ul{position:fixed;top:70px;left:0;width:100%;background:#fff;flex-direction:column;padding:20px;gap:0;box-shadow:0 10px 20px rgba(0,0,0,.1);transform:translateY(-120%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}nav ul.active{transform:translateY(0);opacity:1;visibility:visible}nav ul li{margin:12px 0!important;width:100%;text-align:center}.container{padding:0 15px}.section{padding:40px 0!important}.hero{padding:100px 0 40px}.hero h1{font-size:1.6rem}.hero p{font-size:.9rem}.hero-btns{flex-direction:column}.hero-btns .btn{width:100%;text-align:center}.step{width:100%;max-width:400px;margin-bottom:25px}.step h3{font-size:1rem}.step p{font-size:.85rem}.contact-detail i,.contact-detail .messenger-logo{width:35px;height:35px;font-size:.9rem}.contact-detail strong{font-size:.9rem}.contact-detail p{font-size:.85rem}.contact-methods{flex-direction:column}.contact-method{width:100%;justify-content:center}.contact-form-container{padding:20px}.form-control{padding:10px 12px;font-size:.9rem}.contact-option{flex-direction:column;gap:10px}.footer-content{grid-template-columns:1fr!important;text-align:center;gap:25px}.footer-column h3::after{left:50%;transform:translateX(-50%)}.footer-social-links{justify-content:center}.footer-contact p{justify-content:center}.copyright p{font-size:.75rem}.archive-portfolio .page-header,.post-type-archive-portfolio .page-header{padding:100px 0 15px!important}.archive-portfolio .page-header h1,.post-type-archive-portfolio .page-header h1{font-size:1.6rem!important}.modal-content{padding:30px 20px}.modal-content h3{font-size:1.2rem}}@media (max-width:480px){.hero h1{font-size:1.4rem!important}.btn{padding:10px 20px;font-size:.85rem}.logo span{font-size:1.1rem}.logo-icon{width:32px;height:32px;font-size:.9rem}.mobile-menu-btn{width:40px;height:40px;font-size:1.5rem}}.contact-detail .messenger-logo{flex:0 0 40px}.contact-method .messenger-logo{width:18px;height:18px;object-fit:contain}.footer-contact .messenger-logo{width:20px;height:20px;object-fit:contain;flex:0 0 20px}.footer-social-links img.messenger-logo{width:20px;height:20px;object-fit:contain}.footer-social-links img.messenger-logo{filter:none!important;background:0 0}@media (max-width:1100px){.hero-content{max-width:760px}}@supports (content-visibility:auto){.services.section,.portfolio.section,.process.section,.reviews.section,.contact.section{content-visibility:auto;contain-intrinsic-size:auto 720px}}@media (prefers-reduced-motion:reduce){*,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.breadcrumbs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:0 0 22px;font-size:.92rem;color:var(--text-light)}.breadcrumbs a{color:var(--primary-dark);font-weight:600}@media (max-width:576px){.breadcrumbs{justify-content:flex-start}}.breadcrumbs{width:100%;justify-content:flex-start;margin:0 0 24px;font-size:.9rem}.breadcrumbs ol{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:8px 12px;list-style:none;border:1px solid rgba(134,87,219,.12);border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 8px 22px rgba(0,0,0,.045);backdrop-filter:blur(8px)}.breadcrumbs li{display:inline-flex;align-items:center;min-width:0;color:var(--text-light)}.breadcrumbs li+li::before{content:"›";margin-right:8px;color:rgba(0,0,0,.28);font-weight:800}.breadcrumbs a{display:inline-flex;align-items:center;gap:6px;color:var(--primary-dark);font-weight:700}.breadcrumbs a:hover{color:var(--primary-light)}.breadcrumbs span[aria-current=page]{display:inline-block;max-width:min(520px,80vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-light);font-weight:600}@media (max-width:992px){.breadcrumbs{justify-content:flex-start}}@media (max-width:576px){.breadcrumbs ol{border-radius:18px;align-items:flex-start}.breadcrumbs span[aria-current=page]{max-width:70vw}}@media (max-width:768px){#contact .contact-info{display:block!important;margin-bottom:24px}#contact .contact-info>p,#contact .contact-details{display:none!important}#contact .contact-info h3,#contact .contact-info h4{text-align:center}}@media (max-width:768px){.hero h1,.page-header h1{font-size:1.55rem!important;line-height:1.25!important;letter-spacing:-.01em}.hero p,.page-header p{font-size:.92rem!important;line-height:1.55!important}}@media (max-width:480px){.hero h1,.page-header h1{font-size:1.42rem!important}}img[data-src]{background:linear-gradient(135deg,rgba(136,112,255,.08),rgba(247,248,248,.95))}.portfolio-item img.lazyloaded,.direct-portfolio-link img.lazyloaded{filter:none;transform:none;opacity:1;transition:opacity .25s ease,filter .25s ease,transform .25s ease}.video-modal{padding:56px 16px 24px}.video-modal-content{width:min(94vw,900px);max-width:900px;max-height:calc(100vh - 96px)}.video-modal-content video{max-width:100%!important;max-height:calc(100vh - 96px)!important}.close-video-modal{position:fixed!important;top:max(14px,env(safe-area-inset-top))!important;right:max(14px,env(safe-area-inset-right))!important;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55)!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:50%;line-height:1;color:#fff!important;z-index:5001!important;backdrop-filter:blur(6px)}.close-video-modal:hover,.close-video-modal:focus{background:rgba(134,87,219,.85)!important;color:#fff!important;outline:0}@media (max-width:768px){.video-modal{padding:64px 10px 18px;align-items:center}.video-modal-content{width:100%;max-height:calc(100vh - 92px)}.video-modal-content video{max-height:calc(100vh - 92px)!important;border-radius:8px}.close-video-modal{top:max(10px,env(safe-area-inset-top))!important;right:max(10px,env(safe-area-inset-right))!important;width:42px;height:42px;font-size:1.8rem}}#contactForm{scroll-margin-top:116px}@media (max-width:768px){#contactForm{scroll-margin-top:90px}}@media (max-width:768px){footer{padding-bottom:0}}html,body,button,input,textarea,select,option{font-family:"Montserrat",Arial,sans-serif;font-synthesis:none}.dashicons,.dashicons::before{font-family:dashicons!important;font-style:normal!important;font-weight:400!important}html{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes ev4PlayPulse{0%,to{box-shadow:0 24px 60px rgba(0,0,0,.35),0 0 0 0 rgba(132,92,255,.28)}50%{box-shadow:0 24px 60px rgba(0,0,0,.35),0 0 0 16px transparent}}@keyframes pulse{0%{opacity:.6}70%{opacity:0}to{opacity:0}}.video-modal-content iframe{width:100%;aspect-ratio:16/9;border:0;display:block;background:#000}.video-modal-content iframe[hidden],.video-modal-content video[hidden]{display:none}.video-modal-content{min-height:160px}.video-modal-content iframe{min-height:min(72vh,506px);border-radius:12px}.video-modal-fallback{width:min(100%,620px);padding:30px;border-radius:18px;background:#fff;color:#17151f;text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.35)}.video-modal-fallback[hidden]{display:none!important}.video-modal-fallback p{margin:0 0 18px;font-weight:700;line-height:1.5}.video-modal-fallback a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border-radius:12px;background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));color:#fff;text-decoration:none;font-weight:800}@media (max-width:768px){.video-modal-content iframe{min-height:0;aspect-ratio:16/9}.video-modal-fallback{padding:22px 18px}}.video-modal.active{display:flex!important}.video-modal-content iframe:not([hidden]),.video-modal-content video:not([hidden]){display:block!important}.menu-item-performers a{white-space:nowrap}body.post-type-archive-performer,body.single-performer{background:var(--text-dark)}body.post-type-archive-performer main,body.single-performer main{background:#fff}body.post-type-archive-performer footer,body.single-performer footer{margin-bottom:-1px}.star-rating .review-star.active{color:var(--star-color)!important;text-shadow:0 0 5px rgba(255,215,0,.38)}body.post-type-archive-performer,body.single-performer{background:#f8f7fc!important}body.post-type-archive-performer footer,body.single-performer footer{margin-bottom:0!important}body.post-type-archive-performer .performers-page-v2 .performers-archive-v2{min-height:clamp(520px,56vh,760px)}body.post-type-archive-performer .performers-page-v2 .performers-archive-v2>.container{width:100%}@media (max-width:600px){body.post-type-archive-performer .performers-page-v2 .performers-archive-v2{min-height:420px}}.vigrama-skip-link{position:fixed;top:8px;left:8px;z-index:10000;padding:10px 14px;border-radius:10px;background:#111;color:#fff!important;transform:translateY(-160%);transition:transform .18s ease}.vigrama-skip-link:focus{transform:translateY(0)}.vigrama-breadcrumbs{margin:0 0 24px;font-size:12px}.vigrama-breadcrumbs ol{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0;padding:0;list-style:none}.vigrama-breadcrumbs li{display:flex;align-items:center;gap:8px;color:#73737d}.vigrama-breadcrumbs li:not(:last-child)::after{content:"›";color:#aaa}.vigrama-breadcrumbs a{color:#5e3db4;text-decoration:none}.vigrama-breadcrumbs a:hover{text-decoration:underline}.vigrama-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.v-home-form-privacy{display:block;margin-top:12px;text-align:center;line-height:1.45}.v-home-form-privacy a{text-decoration:underline}body.single-service #header{background:rgba(8,10,18,.94);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:none;backdrop-filter:blur(16px)}body.single-service #header.scrolled{background:rgba(8,10,18,.97);box-shadow:0 12px 34px rgba(0,0,0,.22)}body.single-service #header nav ul li a{color:#f5f6fb}body.single-service #header nav ul li a:hover{color:#aa91ff}body.single-service #header .mobile-menu-btn{color:#aa91ff}body.single-service #header .logo span{color:#f7f7fb;background:0 0;-webkit-text-fill-color:initial}@media (max-width:768px){body.single-service #header nav ul{background:#0d1019;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 14px 28px rgba(0,0,0,.34)}body.single-service #header nav ul li a{color:#f7f7fb}}.v-home{--vh-purple:#8657db;--vh-violet:#8870ff;--vh-ink:#0b0b0d;--vh-muted:#66666f;--vh-soft:#f4f6f5;--vh-brand-bg:#d2d7d3;--vh-line:rgba(11,11,13,.09);--vh-shadow:0 22px 70px rgba(30,26,48,.09);overflow:hidden;background:#fff;color:var(--vh-ink);font-family:"Montserrat",sans-serif}.v-home h1,.v-home h2,.v-home h3,.v-home h4,.v-home p,.v-home a,.v-home button,.v-home input,.v-home textarea,.v-home label,.v-home small,.v-home strong,.v-home span{font-family:"Montserrat",sans-serif}.v-home .container{max-width:1240px}.v-home .section{padding:105px 0!important}.v-home .btn{border-radius:16px;padding:15px 24px;font-weight:700;letter-spacing:-.01em}.v-home .btn-primary{box-shadow:0 15px 32px rgba(134,87,219,.22)}.v-home .btn-outline{border:1px solid rgba(134,87,219,.3);background:#fff}.v-home .btn-outline:hover{transform:translateY(-2px)}.v-home-hero{position:relative;padding:154px 0 86px;background:radial-gradient(circle at 78% 25%,rgba(136,112,255,.12),transparent 28%),linear-gradient(180deg,#fff 0,#fff 64%,#f7f8f8 100%)}.v-home-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--vh-line)}.v-home-hero__grid{display:grid;grid-template-columns:minmax(0,.96fr) minmax(430px,1.04fr);gap:72px;align-items:center}.v-home-hero__copy{max-width:680px}.v-home-hero h1{font-size:clamp(46px,4.65vw,70px);line-height:1.015;letter-spacing:-.055em;margin:0 0 26px;color:var(--vh-ink)}.v-home-hero h1 span{color:var(--vh-purple);background:0 0;-webkit-text-fill-color:currentColor}.v-home-hero__copy>p{font-size:18px;line-height:1.72;max-width:640px;color:var(--vh-muted);margin:0 0 30px;letter-spacing:-.015em}.v-home-hero__actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.v-home-hero__visual{min-width:0}.v-home-hero__reel{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(150px,.62fr);gap:13px;min-height:500px;transform:rotate(1.1deg)}.v-home-hero__reel-side{display:grid;grid-template-rows:1fr 1fr;gap:13px;min-width:0}.v-home-work{appearance:none;-webkit-appearance:none;position:relative;display:block;width:100%;min-width:0;padding:0;border:0;overflow:hidden;background:#111;border-radius:24px;box-shadow:var(--vh-shadow);cursor:pointer;text-align:left;color:#fff!important;isolation:isolate}.v-home-work img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.v-home-work:hover img{transform:scale(1.035)}.v-home-work__shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.02) 30%,rgba(7,5,12,.82) 100%)}.v-home-work__copy{position:absolute;z-index:2;left:22px;right:76px;bottom:20px;display:grid;gap:5px}.v-home-work__copy strong{display:block;color:#fff;font-size:17px;line-height:1.22;letter-spacing:-.02em}.v-home-work__copy small{display:block;color:rgba(255,255,255,.72);font-size:11px;line-height:1.45}.v-home-work__play{position:absolute;right:18px;bottom:18px;z-index:3;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:var(--vh-purple);box-shadow:0 12px 30px rgba(0,0,0,.2);font-size:13px;transition:transform .25s ease,background .25s ease,color .25s ease}.v-home-work:hover .v-home-work__play{transform:scale(1.06);background:var(--vh-purple);color:#fff}.v-home-work--hero-main{min-height:500px}.v-home-work--hero-small{min-height:0;box-shadow:0 18px 50px rgba(30,26,48,.08)}.v-home-work--hero-small .v-home-work__copy{left:14px;right:14px;bottom:14px}.v-home-work--hero-small .v-home-work__copy small,.v-home-work--hero-small .v-home-work__play{display:none}.v-home-work--hero-small .v-home-work__copy strong{font-size:12px}.v-home-hero__fallback{padding:18px;border:1px solid rgba(134,87,219,.15);border-radius:30px;background:#fff;box-shadow:var(--vh-shadow)}.v-home-hero__fallback-screen{min-height:360px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,var(--vh-violet),var(--vh-purple));color:#fff;font-size:38px}.v-home-hero__fallback-track{display:grid;gap:9px;margin-top:16px}.v-home-hero__fallback-track span{height:13px;border-radius:20px;background:rgba(134,87,219,.12)}.v-home-hero__fallback-track span:nth-child(1){width:90%}.v-home-hero__fallback-track span:nth-child(2){width:64%}.v-home-hero__fallback-track span:nth-child(3){width:78%}.v-home-trust{padding:26px 0 0;background:#f7f8f8}.v-home-trust__panel{display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:center;padding:34px 36px;border:1px solid rgba(134,87,219,.12);border-radius:26px;background:#fff;box-shadow:0 14px 42px rgba(30,26,48,.05)}.v-home-trust__intro h2{font-size:25px;line-height:1.18;letter-spacing:-.035em;margin:0 0 10px;color:var(--vh-ink)}.v-home-trust__intro p{font-size:13px;line-height:1.65;margin:0;color:var(--vh-muted);max-width:420px}.v-home-trust__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.v-home-trust__facts>a{display:grid;grid-template-columns:38px minmax(0,1fr) 14px;gap:10px;align-items:center;min-width:0;padding:14px;border-radius:17px;background:var(--vh-soft);border:1px solid transparent;color:var(--vh-ink);transition:.25s ease}.v-home-trust__facts>a:hover{background:#fff;border-color:rgba(134,87,219,.2);transform:translateY(-2px);box-shadow:0 10px 28px rgba(30,26,48,.06)}.v-home-trust__facts>a>i:first-child{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:#fff;color:var(--vh-purple);font-size:14px;box-shadow:0 6px 18px rgba(0,0,0,.05)}.v-home-trust__facts span{min-width:0;display:grid;gap:1px}.v-home-trust__facts strong{font-size:13px;line-height:1.25;color:var(--vh-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v-home-trust__facts small{font-size:9px;line-height:1.35;color:#74747d}.v-home-trust__arrow{font-size:10px;color:#9b9ba3}.v-home-heading{max-width:780px;margin-bottom:48px}.v-home-heading h2{font-size:clamp(36px,3.7vw,54px);line-height:1.07;letter-spacing:-.05em;margin:0 0 17px;color:var(--vh-ink)}.v-home-heading p{font-size:16px;line-height:1.7;color:var(--vh-muted);margin:0;max-width:720px}.v-home-heading--split{max-width:none;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.62fr);gap:70px;align-items:end}.v-home-heading--split h2{margin:0}.v-home-heading--split>div{padding-bottom:4px}.v-home-heading--split a,.v-home-text-link{display:inline-flex;align-items:center;gap:8px;margin-top:15px;font-size:13px;font-weight:750;color:var(--vh-purple)}.v-home-heading--split a:hover,.v-home-text-link:hover{gap:12px}.v-home-goals{background:#f7f8f8}.v-home-goals__grid{display:grid;grid-template-columns:1.3fr .85fr .85fr;grid-template-rows:auto auto;gap:14px}.v-home-goal{position:relative;min-height:250px;padding:29px;border:1px solid var(--vh-line);border-radius:25px;background:#fff;overflow:hidden}.v-home-goal--large{grid-row:1/3;min-height:515px;background:linear-gradient(155deg,#fff 0,#fff 54%,#f1edff 100%)}.v-home-goal--wide{grid-column:2/4;min-height:248px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:18px;align-content:start}.v-home-goal__icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:rgba(134,87,219,.09);color:var(--vh-purple);font-size:17px;margin-bottom:45px}.v-home-goal--wide .v-home-goal__icon{margin:0;width:56px;height:56px;border-radius:18px}.v-home-goal h3{font-size:25px;line-height:1.15;letter-spacing:-.035em;margin:0 0 11px;color:var(--vh-ink)}.v-home-goal p{font-size:13px;line-height:1.68;color:var(--vh-muted);margin:0;max-width:490px}.v-home-goal__visual{position:absolute;left:29px;right:29px;bottom:29px;height:175px;border:1px solid rgba(134,87,219,.12);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 32px rgba(40,28,90,.05)}.v-home-goal__visual::before{content:"";position:absolute;left:22px;top:22px;width:8px;height:8px;border-radius:50%;background:var(--vh-violet);box-shadow:15px 0 0 rgba(134,87,219,.34),30px 0 0 rgba(134,87,219,.18)}.v-home-goal__visual span{position:absolute;left:22px;right:22px;height:17px;border-radius:8px;background:rgba(134,87,219,.09)}.v-home-goal__visual span:nth-child(1){top:62px}.v-home-goal__visual span:nth-child(2){top:91px;width:72%}.v-home-goal__visual span:nth-child(3){top:120px;width:86%}.v-home-goal__visual span::after{content:"";position:absolute;left:0;top:0;bottom:0;width:62%;border-radius:inherit;background:linear-gradient(90deg,var(--vh-violet),var(--vh-purple));opacity:.82}.v-home-goal__visual b{position:absolute;left:54%;top:54px;bottom:21px;width:2px;background:var(--vh-purple);box-shadow:0 0 0 4px rgba(134,87,219,.1)}.v-home-portfolio{background:#fff}.v-home-portfolio__layout{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(360px,.58fr);gap:14px;min-height:610px}.v-home-portfolio__stack{display:grid;grid-template-rows:repeat(3,1fr);gap:14px}.v-home-work--featured{min-height:610px;border-radius:29px}.v-home-work--featured .v-home-work__copy{left:28px;bottom:26px;right:90px}.v-home-work--featured .v-home-work__copy strong{font-size:25px}.v-home-work--featured .v-home-work__copy small{font-size:12px;max-width:520px}.v-home-work--featured .v-home-work__play{width:54px;height:54px;right:24px;bottom:24px}.v-home-work--stack{min-height:0;border-radius:20px;box-shadow:none}.v-home-work--stack .v-home-work__copy{left:16px;right:58px;bottom:15px}.v-home-work--stack .v-home-work__copy strong{font-size:13px}.v-home-work--stack .v-home-work__copy small{display:none}.v-home-work--stack .v-home-work__play{width:36px;height:36px;right:13px;bottom:13px;font-size:10px}.v-home-portfolio__footer{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:25px;padding-top:23px;border-top:1px solid var(--vh-line)}.v-home-portfolio__footer p{margin:0;font-size:13px;color:var(--vh-muted)}.v-home-process{background:var(--vh-brand-bg)}.v-home-process__grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:82px;align-items:start}.v-home-process__copy{position:sticky;top:120px}.v-home-process__copy h2{font-size:clamp(36px,3.8vw,53px);line-height:1.06;letter-spacing:-.05em;margin:0 0 20px;color:#111}.v-home-process__copy p{font-size:16px;line-height:1.7;color:#4f5351;max-width:520px;margin:0}.v-home-process__steps{display:grid;gap:0;border-top:1px solid rgba(0,0,0,.13)}.v-home-process__steps article{display:grid;grid-template-columns:68px minmax(0,1fr);gap:24px;padding:34px 0;border-bottom:1px solid rgba(0,0,0,.13)}.v-home-process__steps b{font-size:13px;color:var(--vh-purple);font-weight:800;padding-top:5px}.v-home-process__steps h3{font-size:25px;line-height:1.16;letter-spacing:-.03em;margin:0 0 9px;color:#111}.v-home-process__steps p{font-size:13px;line-height:1.7;margin:0;color:#535754;max-width:590px}.v-home-proof{background:#fff}.v-home-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}@media (max-width:1100px){.v-home-hero__grid{grid-template-columns:1fr;gap:45px}.v-home-hero__copy{max-width:830px}.v-home-hero__visual{max-width:820px}.v-home-trust__panel{grid-template-columns:1fr;gap:22px}.v-home-trust__intro p{max-width:680px}.v-home-heading--split{grid-template-columns:1fr;gap:18px;align-items:start}.v-home-heading--split>div{max-width:700px}.v-home-goals__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.v-home-goal--large{grid-row:auto;grid-column:1/3;min-height:460px}.v-home-goal--wide{grid-column:1/3}.v-home-portfolio__layout{grid-template-columns:1fr;min-height:0}.v-home-work--featured{min-height:560px}.v-home-portfolio__stack{grid-template-columns:repeat(3,1fr);grid-template-rows:none}.v-home-work--stack{min-height:190px}.v-home-process__grid{grid-template-columns:1fr;gap:45px}.v-home-process__copy{position:static;max-width:760px}}@media (max-width:760px){.v-home .container{padding-left:16px;padding-right:16px}.v-home .section{padding:68px 0!important}.v-home .btn{width:100%;padding:14px 18px;border-radius:13px}.v-home-hero{padding:112px 0 56px}.v-home-hero__grid{gap:32px}.v-home-hero h1{font-size:clamp(38px,11.7vw,54px);line-height:1.02;letter-spacing:-.055em;margin-bottom:20px}.v-home-hero__copy>p{font-size:15px;line-height:1.62;margin-bottom:24px}.v-home-hero__actions{display:grid;grid-template-columns:1fr;gap:9px}.v-home-hero__reel{grid-template-columns:1fr;min-height:0;transform:none}.v-home-work--hero-main{min-height:360px;border-radius:20px}.v-home-hero__reel-side{grid-template-columns:1fr 1fr;grid-template-rows:none;gap:10px}.v-home-work--hero-small{min-height:142px;border-radius:17px}.v-home-work--hero-small .v-home-work__copy{left:11px;right:11px;bottom:10px}.v-home-work__copy{left:16px;right:65px;bottom:15px}.v-home-work__copy strong{font-size:14px}.v-home-work__copy small{font-size:9px}.v-home-work__play{width:40px;height:40px;right:14px;bottom:14px}.v-home-trust{padding-top:16px}.v-home-trust__panel{padding:22px 18px;border-radius:20px}.v-home-trust__intro h2{font-size:22px}.v-home-trust__intro p{font-size:12px}.v-home-trust__facts{grid-template-columns:1fr}.v-home-trust__facts>a{padding:12px}.v-home-heading{margin-bottom:30px}.v-home-heading h2{font-size:34px;line-height:1.08}.v-home-heading p{font-size:14px;line-height:1.62}.v-home-heading--split{gap:13px}.v-home-goals__grid{display:grid;grid-template-columns:1fr;gap:10px}.v-home-goal,.v-home-goal--large,.v-home-goal--wide{grid-column:auto;grid-row:auto;min-height:0;padding:22px;border-radius:20px;display:block}.v-home-goal--large{padding-bottom:230px}.v-home-goal__icon,.v-home-goal--wide .v-home-goal__icon{width:43px;height:43px;border-radius:14px;margin:0 0 28px;font-size:15px}.v-home-goal h3{font-size:22px}.v-home-goal p{font-size:12px}.v-home-goal__visual{left:22px;right:22px;bottom:22px;height:182px}.v-home-portfolio__layout{gap:10px}.v-home-work--featured{min-height:390px;border-radius:21px}.v-home-work--featured .v-home-work__copy{left:17px;right:68px;bottom:16px}.v-home-work--featured .v-home-work__copy strong{font-size:18px}.v-home-work--featured .v-home-work__copy small{font-size:9px}.v-home-work--featured .v-home-work__play{width:42px;height:42px;right:15px;bottom:15px}.v-home-portfolio__stack{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding-bottom:4px;scrollbar-width:none}.v-home-portfolio__stack::-webkit-scrollbar{display:none}.v-home-work--stack{min-width:76vw;min-height:190px;scroll-snap-align:start}.v-home-portfolio__footer{display:grid;grid-template-columns:1fr;gap:15px;margin-top:18px}.v-home-portfolio__footer p{font-size:11px}.v-home-process__grid{gap:32px}.v-home-process__copy h2{font-size:34px}.v-home-process__copy p{font-size:14px}.v-home-process__steps article{grid-template-columns:43px 1fr;gap:14px;padding:24px 0}.v-home-process__steps h3{font-size:20px}.v-home-process__steps p{font-size:12px}}body.home #header,body.home #header a,body.home #header span,body.home #header button,body.home footer,body.home footer a,body.home footer p,body.home footer h3,body.home footer strong,body.home footer span{font-family:"Montserrat",sans-serif}.v-home-hero__grid{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:62px}.v-home-hero__copy{max-width:720px}.v-home-hero h1{max-width:700px;font-size:clamp(42px,3.75vw,58px);line-height:1.06;letter-spacing:-.045em;font-weight:650;margin-bottom:24px}.v-home-hero h1 span{font-weight:650}.v-home-hero__copy>p{max-width:650px;font-size:17px}.v-home-hero__reel{transform:none}.v-home .btn-outline:hover,.v-home .btn-outline:focus-visible{background:var(--vh-purple)!important;border-color:var(--vh-purple)!important;color:#fff!important}.v-home .btn-outline:hover i,.v-home .btn-outline:focus-visible i{color:#fff!important}.v-home-portfolio-button{min-width:205px;justify-content:center}.v-home-trust{padding:32px 0 0}.v-home-trust__panel{grid-template-columns:.72fr 1.28fr;padding:38px 40px;gap:42px}.v-home-trust__intro h2{font-size:27px}.v-home-trust__intro p{font-size:13.5px;line-height:1.72}.v-home-trust__facts{gap:12px}.v-home-trust__facts>a{grid-template-columns:48px minmax(0,1fr) 18px;gap:13px;padding:19px 17px;min-height:92px;border-radius:20px}.v-home-trust__facts>a>i:first-child{width:48px;height:48px;border-radius:15px;font-size:16px}.v-home-trust__facts strong{font-size:13px;white-space:normal;overflow:visible;text-overflow:clip}.v-home-trust__facts small{font-size:9.5px;line-height:1.45}.v-home-trust__arrow{font-size:11px}.v-home-heading--split{grid-template-columns:minmax(0,1.05fr) minmax(360px,.65fr);gap:76px;align-items:center}.v-home-heading--split>div{padding-bottom:0}.v-home-heading--split .v-home-goals__cta{width:max-content;min-height:52px;margin-top:22px;padding:14px 21px;font-size:13px;color:var(--vh-purple)}.v-home-heading--split .v-home-goals__cta:hover{gap:8px}.v-home-process{background:#f7f8f8}.v-home-process__grid{padding:54px 58px;border:1px solid rgba(11,11,13,.07);border-radius:30px;background:#fff;box-shadow:0 18px 55px rgba(30,26,48,.045)}.v-home-process__steps{border-top-color:rgba(11,11,13,.1)}.v-home-process__steps article{border-bottom-color:rgba(11,11,13,.1)}.v-home-process__copy p,.v-home-process__steps p{color:var(--vh-muted)}.v-home-proof{background:#fff}.v-home-reviews-head{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:38px}.v-home-reviews-head .v-home-heading{margin:0}.v-home-reviews-all{flex:0 0 auto;min-width:178px;min-height:54px;display:inline-flex!important;align-items:center;justify-content:center;gap:9px}.v-home-reviews-slide.is-active{display:grid}@keyframes vHomeReviewsFromDown{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes vHomeReviewsFromUp{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.v-home-hero__grid{grid-template-columns:1fr}.v-home-trust__panel{grid-template-columns:1fr}.v-home-heading--split{grid-template-columns:1fr;gap:22px}.v-home-process__grid{padding:44px}}@media (max-width:760px){.v-home-hero h1{font-size:clamp(36px,10.2vw,46px);line-height:1.055;font-weight:650}.v-home-hero h1 span{font-weight:650}.v-home-hero__copy>p{font-size:14px}.v-home-trust__panel{padding:23px 18px}.v-home-trust__facts>a{grid-template-columns:46px minmax(0,1fr) 16px;padding:15px;min-height:82px}.v-home-trust__facts>a>i:first-child{width:46px;height:46px}.v-home-heading--split .v-home-goals__cta{width:100%;justify-content:center}.v-home-process__grid{padding:24px 19px;border-radius:23px}.v-home-reviews-head{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:26px}.v-home-reviews-all{width:100%}.v-home-reviews-slide.is-active{grid-template-columns:1fr}}.v-home-trust{padding:42px 0 12px}.v-home-trust__panel{grid-template-columns:.62fr 1.38fr;gap:56px;min-height:255px;padding:50px 48px;border-radius:30px;box-shadow:0 20px 60px rgba(30,26,48,.065)}.v-home-trust__intro h2{font-size:30px;line-height:1.15;margin-bottom:14px}.v-home-trust__intro p{font-size:14px;line-height:1.75;max-width:390px}.v-home-trust__facts{gap:16px}.v-home-trust__facts>a{grid-template-columns:56px minmax(0,1fr) 20px;gap:15px;min-height:124px;padding:23px 20px;border-radius:22px}.v-home-trust__facts>a>i:first-child{width:56px;height:56px;border-radius:17px;font-size:18px}.v-home-trust__facts strong{font-size:14.5px;line-height:1.28}.v-home-trust__facts small{font-size:10px;line-height:1.5;margin-top:3px}.v-home-trust__arrow{font-size:12px}.v-home-portfolio__top{display:flex;justify-content:space-between;align-items:flex-start;gap:56px;margin-bottom:42px}.v-home-portfolio__top .v-home-heading{margin:0}.v-home-portfolio__all{flex:0 0 auto;min-width:226px;min-height:54px;display:inline-flex!important;align-items:center;justify-content:center;gap:10px;margin-top:5px}.v-home-portfolio__footer{justify-content:flex-start;margin-top:24px;padding-top:20px}.v-home-reviews-scroll{width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;cursor:grab;-webkit-overflow-scrolling:touch;padding:2px 2px 10px}.v-home-reviews-scroll::-webkit-scrollbar{display:none}.v-home-reviews-scroll.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}.v-home-reviews-track{display:flex;gap:18px;width:max-content;min-width:100%}.v-home-review-card{position:relative;flex:0 0 calc((min(1240px,100vw - 32px) - 18px)/2);max-width:611px;min-height:285px;display:flex;flex-direction:column;scroll-snap-align:start;padding:24px 25px 22px;border:1px solid rgba(11,11,13,.08);border-radius:19px;background:#fff;box-shadow:0 10px 28px rgba(30,26,48,.055);overflow:hidden}.v-home-review-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--vh-violet),var(--vh-purple))}.v-home-review-card__header{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:13px;align-items:center;margin-bottom:18px}.v-home-review-card__avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--vh-violet),var(--vh-purple));color:#fff;font-size:16px}.v-home-review-card__author{min-width:0;display:grid;gap:3px}.v-home-review-card__author strong{font-size:15px;line-height:1.25;color:var(--vh-ink)}.v-home-review-card__author span{font-size:10.5px;line-height:1.4;color:var(--vh-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v-home-review-card__stars{display:flex;gap:3px;color:var(--vh-purple);font-size:12px;white-space:nowrap}.v-home-review-card__content{flex:1}.v-home-review-card__content p{margin:0;font-size:13.5px;line-height:1.7;color:#44444d;font-style:italic}.v-home-review-card__footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding-top:14px;border-top:1px solid rgba(11,11,13,.07)}.v-home-review-card__footer span{font-size:10.5px;color:#8c8c94}.v-home-review-card__footer b{max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 10px;border-radius:999px;background:rgba(134,87,219,.09);color:var(--vh-purple);font-size:9.5px;line-height:1.2;font-weight:750}@media (max-width:1100px){.v-home-trust__panel{grid-template-columns:1fr;min-height:0;padding:42px;gap:30px}.v-home-trust__intro p{max-width:680px}.v-home-trust__facts>a{min-height:112px}.v-home-review-card{flex-basis:calc((100vw - 68px)/2)}}@media (max-width:760px){.v-home-trust{padding:20px 0 0}.v-home-trust__panel{padding:28px 20px;border-radius:23px;gap:24px}.v-home-trust__intro h2{font-size:25px}.v-home-trust__intro p{font-size:12.5px}.v-home-trust__facts{grid-template-columns:1fr;gap:10px}.v-home-trust__facts>a{grid-template-columns:50px minmax(0,1fr) 18px;min-height:92px;padding:17px 16px;border-radius:18px}.v-home-trust__facts>a>i:first-child{width:50px;height:50px;border-radius:15px}.v-home-trust__facts strong{font-size:13.5px}.v-home-portfolio__top{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:28px}.v-home-portfolio__all{width:100%;margin:0;min-width:0}.v-home-portfolio__footer{margin-top:16px;padding-top:16px}.v-home-reviews-head{gap:18px}.v-home-review-card{flex-basis:88vw;min-height:260px;padding:21px 21px 19px;border-radius:18px}.v-home-review-card__header{grid-template-columns:44px minmax(0,1fr);gap:11px;margin-bottom:16px}.v-home-review-card__avatar{width:44px;height:44px}.v-home-review-card__stars{grid-column:2;margin-top:2px}.v-home-review-card__content p{font-size:12.5px;line-height:1.65}.v-home-review-card__footer{align-items:flex-start}}.v-home-reviews-scroll{overflow-x:hidden;overflow-y:auto;max-height:292px;scroll-snap-type:y proximity;scroll-behavior:smooth;cursor:auto;padding:2px 10px 2px 2px;scrollbar-width:thin;scrollbar-color:rgba(134,87,219,.28) transparent}.v-home-reviews-scroll::-webkit-scrollbar{display:block;width:6px}.v-home-reviews-scroll::-webkit-scrollbar-track{background:0 0}.v-home-reviews-scroll::-webkit-scrollbar-thumb{background:rgba(134,87,219,.28);border-radius:999px}.v-home-reviews-track{width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.v-home-review-card{width:100%;max-width:none;height:270px;min-height:270px;flex:none;scroll-snap-align:start}@media (max-width:760px){.v-home-reviews-scroll{max-height:278px;padding-right:7px}.v-home-reviews-track{grid-template-columns:1fr;gap:12px}.v-home-review-card{height:260px;min-height:260px}}.v-home-trust .container{max-width:1480px;padding-left:28px;padding-right:28px}.v-home-trust__panel{grid-template-columns:minmax(300px,.56fr) minmax(0,1.44fr);min-height:286px;padding:54px 58px;gap:64px}.v-home-trust__facts{gap:18px}.v-home-trust__facts>a{min-height:132px;padding:25px 22px}.v-home-heading--split .v-home-goals__cta,.v-home-portfolio__all{min-width:226px;min-height:54px;padding:14px 24px;display:inline-flex!important;align-items:center;justify-content:center;gap:10px;border-radius:18px;font-size:13px;line-height:1.2;font-weight:700}.v-home-heading--split .v-home-goals__cta{margin-top:22px;width:auto}.v-home-reviews-stage{position:relative;padding:0 58px}.v-home-reviews-scroll{width:100%;max-height:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:3px 2px 12px;cursor:grab}.v-home-reviews-scroll:active{cursor:grabbing}.v-home-reviews-scroll::-webkit-scrollbar{display:none;width:0;height:0}.v-home-reviews-track{display:flex;width:100%;min-width:100%;grid-template-columns:none;gap:18px}.v-home-review-card{flex:0 0 calc((100% - 18px)/2);width:auto;max-width:none;height:270px;min-height:270px;scroll-snap-align:start}.v-home-reviews-nav{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:46px;height:46px;border:1px solid rgba(134,87,219,.22);border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--vh-purple);box-shadow:0 10px 28px rgba(30,26,48,.1);cursor:pointer;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.v-home-reviews-nav:hover,.v-home-reviews-nav:focus-visible{background:var(--vh-purple);border-color:var(--vh-purple);color:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 14px 34px rgba(134,87,219,.22)}.v-home-reviews-nav--prev{left:0}.v-home-reviews-nav--next{right:0}@media (max-width:1180px){.v-home-trust .container{padding-left:20px;padding-right:20px}.v-home-trust__panel{grid-template-columns:1fr;min-height:0;padding:42px;gap:30px}}@media (max-width:760px){.v-home-trust .container{padding-left:16px;padding-right:16px}.v-home-trust__panel{padding:28px 20px;gap:24px;min-height:0}.v-home-trust__facts>a{min-height:92px;padding:17px 16px}.v-home-heading--split .v-home-goals__cta,.v-home-portfolio__all{width:100%;min-width:0;min-height:54px;margin-left:0;margin-right:0}.v-home-reviews-stage{padding:0 42px}.v-home-reviews-scroll{max-height:none;padding:3px 2px 10px}.v-home-reviews-track{display:flex;gap:12px;width:max-content}.v-home-review-card{flex:0 0 calc(100vw - 116px);width:auto;height:260px;min-height:260px}.v-home-reviews-nav{width:36px;height:36px;font-size:12px}}.v-home .v-home-unified-cta,.v-home .v-home-reviews-all{width:auto!important;min-width:178px!important;min-height:54px!important;margin:0!important;padding:14px 21px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;border-radius:16px!important;font-size:13px!important;line-height:1!important;font-weight:700!important;letter-spacing:-.01em!important;white-space:nowrap}.v-home-heading--split .v-home-goals__cta{margin-top:22px!important}.v-home-portfolio__all{margin-top:5px!important;min-width:178px!important}.v-home .contact:not(.v-home-contact-legacy) .container{max-width:1300px}.v-home .contact:not(.v-home-contact-legacy) .contact-container{align-items:stretch}.v-home .contact:not(.v-home-contact-legacy) .contact-form-container{height:100%}.v-home-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}@media (max-width:768px){.v-home .v-home-unified-cta,.v-home .v-home-reviews-all{width:100%!important;min-width:0!important}.v-home-portfolio__all{margin-top:0!important}}.v-home .v-home-unified-cta,.v-home .v-home-reviews-all{min-width:205px!important;min-height:58px!important;padding:16px 26px!important;border-radius:17px!important;font-size:15px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.015em!important}.v-home-process__steps article{padding:27px 0}.v-home-process__steps h3{font-size:23px;margin-bottom:7px}.v-home-reviews-track{align-items:stretch}.v-home-review-card{height:auto!important;min-height:310px!important;overflow:visible}.v-home-review-card__content{flex:1 1 auto}.v-home-review-card__content p{overflow:visible;display:block;-webkit-line-clamp:unset;line-clamp:unset;max-height:none}.v-home-contact-section .contact-info>p{margin-bottom:22px}@media (max-width:760px){.v-home .v-home-unified-cta,.v-home .v-home-reviews-all{min-height:56px!important;font-size:14px!important;padding:15px 20px!important}.v-home-process__steps article{padding:22px 0}.v-home-process__steps h3{font-size:20px}.v-home-review-card{height:auto!important;min-height:300px!important}}body.home,body.home .v-home{overflow-x:clip}.v-home img,.v-home video,.v-home iframe{max-width:100%}.v-home-hero__visual,.v-home-hero__reel,.v-home-portfolio__layout,.v-home-portfolio__stack,.v-home-reviews-stage,.v-home-reviews-scroll,.v-home-contact-section .contact-container,.v-home-contact-section .contact-info,.v-home-contact-section .contact-form-container{min-width:0;max-width:100%}.v-home-contact-section{padding-top:72px!important}.v-home-contact-section .contact-container{margin-top:0}@media (max-width:1240px){.v-home .container{padding-left:24px;padding-right:24px}.v-home-hero__grid{grid-template-columns:minmax(0,1fr) minmax(390px,.88fr);gap:40px}.v-home-hero h1{font-size:clamp(40px,4.25vw,54px)}.v-home-trust__panel{padding:34px 32px;gap:30px}.v-home-heading--split{gap:44px;grid-template-columns:minmax(0,1fr) minmax(330px,.72fr)}.v-home-process__grid{padding:46px 44px}}@media (max-width:1024px){.v-home .section{padding:72px 0!important}.v-home-hero{padding:118px 0 64px}.v-home-hero__grid{grid-template-columns:1fr;gap:36px}.v-home-hero__copy{max-width:780px}.v-home-hero__visual{width:100%;max-width:900px}.v-home-hero__reel{width:100%}.v-home-trust__panel{grid-template-columns:1fr;padding:34px}.v-home-trust__facts{grid-template-columns:repeat(3,minmax(0,1fr))}.v-home-heading--split{grid-template-columns:1fr;gap:20px}.v-home-heading--split>div{max-width:760px}.v-home-portfolio__layout{grid-template-columns:1fr;gap:14px}.v-home-work--featured{min-height:0;aspect-ratio:16/9}.v-home-portfolio__stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;overflow:visible;padding:0}.v-home-work--stack{width:100%;min-width:0;min-height:0;aspect-ratio:16/9}.v-home-process__grid{grid-template-columns:1fr;gap:34px;padding:42px 38px}.v-home-process__copy{position:static;max-width:760px}.v-home-contact-section .contact-container{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:26px}.v-home-contact-section .contact-form-container{padding:26px}}@media (max-width:900px){#header .mobile-menu-btn{display:flex!important;align-items:center;justify-content:center;width:44px;height:44px}#header nav ul{position:fixed!important;top:70px!important;left:0!important;width:100%!important;max-height:calc(100vh - 70px);overflow-y:auto;flex-direction:column!important;padding:18px 20px 24px!important;gap:0!important;background:rgba(255,255,255,.99)!important;box-shadow:0 16px 30px rgba(0,0,0,.08)!important;transform:translateY(-120%)!important;opacity:0!important;visibility:hidden!important;transition:.3s ease!important;z-index:999!important}#header nav ul.active{transform:translateY(0)!important;opacity:1!important;visibility:visible!important}#header nav ul li{width:100%;margin:9px 0!important;text-align:center}.v-home-trust__facts{grid-template-columns:1fr}.v-home-contact-section .contact-container{grid-template-columns:1fr;gap:20px}}@media (max-width:760px){.v-home .container{padding-left:16px!important;padding-right:16px!important}.v-home .section{padding:58px 0!important}.v-home-hero{padding:104px 0 50px}.v-home-hero__grid{gap:28px}.v-home-hero h1{font-size:clamp(34px,10.5vw,46px);line-height:1.04;letter-spacing:-.05em}.v-home-hero__copy>p{font-size:14px;line-height:1.62}.v-home-hero__actions{grid-template-columns:1fr;gap:10px}.v-home-hero__reel{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;min-height:0!important}.v-home-work--hero-main{width:100%;min-height:0!important;aspect-ratio:16/10;border-radius:20px}.v-home-hero__reel-side{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;min-width:0}.v-home-work--hero-small{width:100%;min-width:0;min-height:0!important;aspect-ratio:16/10;border-radius:17px}.v-home-trust{padding-top:10px}.v-home-trust__panel{padding:24px 18px;border-radius:22px;gap:22px}.v-home-trust__intro h2{font-size:24px;line-height:1.14}.v-home-trust__facts{grid-template-columns:1fr;gap:10px}.v-home-trust__facts>a{min-height:0;padding:15px 14px}.v-home-heading{margin-bottom:25px}.v-home-heading h2{font-size:clamp(29px,8.6vw,36px);line-height:1.08}.v-home-heading p{font-size:13px}.v-home-portfolio__top{grid-template-columns:1fr;gap:18px;margin-bottom:24px}.v-home-portfolio__layout{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%;overflow:visible}.v-home-work--featured{width:100%;min-width:0;min-height:0!important;aspect-ratio:16/10;border-radius:20px}.v-home-portfolio__stack{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}.v-home-work--stack{width:100%!important;min-width:0!important;min-height:0!important;aspect-ratio:16/10;scroll-snap-align:none!important;border-radius:17px}.v-home-work--stack .v-home-work__copy{left:11px;right:50px;bottom:10px}.v-home-work--stack .v-home-work__copy strong{font-size:11px;line-height:1.2}.v-home-work--stack .v-home-work__copy small{display:none}.v-home-work--stack .v-home-work__play{width:34px;height:34px;right:10px;bottom:10px;font-size:10px}.v-home-reviews-head{grid-template-columns:1fr;gap:17px;margin-bottom:24px}.v-home-reviews-stage{padding:0 34px!important}.v-home-reviews-scroll{width:100%;max-height:none!important;padding:2px 0 8px!important;overflow-x:auto!important;overflow-y:hidden!important}.v-home-reviews-track{display:flex!important;width:100%!important;min-width:100%!important;gap:12px!important;align-items:flex-start!important}.v-home-review-card{flex:0 0 100%!important;width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;padding:20px!important;align-self:flex-start}.v-home-review-card__header{grid-template-columns:42px minmax(0,1fr);gap:10px;margin-bottom:14px}.v-home-review-card__avatar{width:42px;height:42px}.v-home-review-card__stars{grid-column:2;font-size:11px;margin-top:1px}.v-home-review-card__content p{font-size:12.5px;line-height:1.62}.v-home-review-card__footer{margin-top:16px;padding-top:12px;gap:8px;flex-wrap:wrap}.v-home-reviews-nav{width:34px;height:34px;font-size:11px}.v-home-process__grid{padding:26px 20px;border-radius:22px;gap:26px}.v-home-process__copy h2{font-size:clamp(29px,8.6vw,36px);line-height:1.08}.v-home-process__steps article{grid-template-columns:34px minmax(0,1fr);gap:12px;padding:19px 0}.v-home-process__steps h3{font-size:18px;line-height:1.25}.v-home-process__steps p{font-size:12px;line-height:1.6}.v-home-contact-section{padding-top:58px!important}.v-home-contact-section .contact-container{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.v-home-contact-section .contact-info{display:block!important;margin:0!important;padding:22px 18px!important;border-radius:20px;background:#fff}.v-home-contact-section .contact-info h3{font-size:23px!important;line-height:1.2!important;text-align:left!important;margin-bottom:10px!important}.v-home-contact-section .contact-info>p{display:block!important;font-size:13px!important;line-height:1.6!important;margin-bottom:18px!important}.v-home-contact-section .contact-details{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:0 0 20px!important}.v-home-contact-section .contact-detail{width:100%;min-width:0;padding:9px 0}.v-home-contact-section .contact-detail p{white-space:normal;overflow-wrap:anywhere}.v-home-contact-section .contact-info h4{font-size:16px!important;text-align:left!important;margin:18px 0 10px!important}.v-home-contact-section .contact-methods{display:grid!important;grid-template-columns:1fr 1fr;gap:8px;margin-top:0}.v-home-contact-section .contact-method{width:100%;min-width:0;justify-content:center;padding:10px 9px;font-size:11px}.v-home-contact-section .contact-form-container{height:auto!important;padding:20px 17px!important;border-radius:20px}.v-home-contact-section .contact-option{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}.v-home-contact-section .form-group{margin-bottom:16px}.v-home-contact-section .form-control{width:100%;min-width:0;font-size:16px!important}.v-home-contact-section textarea.form-control{min-height:120px}}@media (max-width:520px){.v-home-hero__reel-side{grid-template-columns:1fr!important}.v-home-work--hero-small{aspect-ratio:16/9}.v-home-portfolio__stack{grid-template-columns:1fr!important}.v-home-work--stack{aspect-ratio:16/9}.v-home-reviews-stage{padding:0 30px!important}.v-home-contact-section .contact-methods{grid-template-columns:1fr}}@media (max-width:390px){.v-home .container{padding-left:13px!important;padding-right:13px!important}.v-home-hero h1{font-size:33px}.v-home-trust__panel,.v-home-process__grid{padding-left:16px;padding-right:16px}.v-home-reviews-stage{padding:0 27px!important}.v-home-reviews-nav{width:30px;height:30px}}.v-home-work--hero-small .v-home-work__copy small{display:none!important}.v-home-work--hero-small .v-home-work__play{display:grid!important;width:34px;height:34px;right:11px;bottom:11px;font-size:10px}.v-home-work--hero-small .v-home-work__copy{right:52px}.yandex-logo{width:20px;height:20px;display:block;object-fit:contain}.footer-social-links img.yandex-logo{width:20px;height:20px;object-fit:contain}.footer-social-links a:hover .yandex-logo{transform:scale(1.08)}@media (max-width:760px){.v-home-proof.section{padding-top:48px!important;padding-bottom:48px!important}.v-home-reviews-stage{padding:0 26px!important}.v-home-reviews-scroll{height:auto;min-height:0!important;transition:height .28s ease;padding:2px 0 4px!important}.v-home-reviews-track{align-items:flex-start!important;gap:10px!important}.v-home-review-card{flex:0 0 100%!important;width:100%!important;min-width:100%!important;height:auto!important;min-height:0!important;padding:18px 17px!important;border-radius:17px!important}.v-home-reviews-nav{width:32px!important;height:32px!important;font-size:10px!important}.v-home-reviews-nav--prev{left:0!important}.v-home-reviews-nav--next{right:0!important}.v-home-review-card__footer{margin-top:13px!important;padding-top:10px!important}.v-home-contact-section .contact-info h3,.v-home-contact-section .contact-info h4{display:none!important}.v-home-contact-section .contact-info>p{margin-top:0!important}}@media (max-width:390px){.v-home-reviews-stage{padding:0 23px!important}.v-home-reviews-nav{width:30px!important;height:30px!important}}.footer-social-links img.yandex-logo{filter:brightness(0) invert(1)!important}.footer-social-links a:hover img.yandex-logo{filter:brightness(0) invert(1)!important}@media (min-width:761px) and (max-width:1024px){body.home,body.home .v-home{overflow-x:clip!important}body.home .container,body.home .v-home .container{width:100%!important;max-width:100%!important;padding-left:24px!important;padding-right:24px!important;overflow:visible!important}body.home #header .header-content{min-height:70px;flex-wrap:nowrap!important}body.home #header .mobile-menu-btn{display:flex!important;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px}body.home #header nav ul{position:fixed!important;top:70px!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;max-height:calc(100dvh - 70px)!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;padding:20px 24px 28px!important;margin:0!important;gap:0!important;background:rgba(255,255,255,.99)!important;box-shadow:0 16px 30px rgba(0,0,0,.08)!important;transform:translateY(-120%)!important;opacity:0!important;visibility:hidden!important;transition:.3s ease!important;z-index:999!important}body.home #header nav ul.active{transform:translateY(0)!important;opacity:1!important;visibility:visible!important}body.home #header nav ul li{width:100%!important;margin:8px 0!important;text-align:center!important}.v-home-hero{padding:112px 0 64px!important}.v-home-hero__grid{grid-template-columns:1fr!important;gap:34px!important}.v-home-hero__copy{max-width:760px!important}.v-home-hero h1{font-size:clamp(43px,6.4vw,58px)!important;line-height:1.03!important}.v-home-hero__visual{width:100%!important;max-width:none!important;min-width:0!important}.v-home-hero__reel{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;min-height:0!important;width:100%!important;transform:none!important}.v-home-work--hero-main{width:100%!important;min-height:0!important;aspect-ratio:16/9;border-radius:22px}.v-home-hero__reel-side{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:none!important;gap:12px!important}.v-home-work--hero-small{width:100%!important;min-width:0!important;min-height:0!important;aspect-ratio:16/9;border-radius:18px}.v-home-trust__panel{grid-template-columns:1fr!important;padding:34px!important;gap:28px!important}.v-home-trust__facts{grid-template-columns:1fr!important;gap:11px!important}.v-home-trust__facts>a{min-height:88px!important;padding:17px 18px!important}.v-home-heading--split{grid-template-columns:1fr!important;gap:18px!important}.v-home-heading--split>div{max-width:760px!important}.v-home-goals__grid{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important;gap:12px!important}.v-home-goal--large,.v-home-goal--wide{grid-column:1/-1!important}.v-home-portfolio__layout{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;overflow:visible!important}.v-home-work--featured{width:100%!important;min-width:0!important;min-height:0!important;aspect-ratio:16/9!important}.v-home-portfolio__stack{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:none!important;gap:12px!important;width:100%!important;overflow:visible!important;padding:0!important}.v-home-work--stack{width:100%!important;min-width:0!important;min-height:0!important;aspect-ratio:16/9!important}.v-home-work--stack .v-home-work__copy{left:12px;right:50px;bottom:11px}.v-home-work--stack .v-home-work__copy strong{font-size:11.5px;line-height:1.2}.v-home-work--stack .v-home-work__copy small{display:none}.v-home-reviews-stage{padding:0 46px!important}.v-home-reviews-scroll{width:100%!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 0 8px!important}.v-home-reviews-track{display:flex!important;width:100%!important;min-width:100%!important;gap:14px!important;align-items:flex-start!important}.v-home-review-card{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;padding:24px!important}.v-home-reviews-nav{width:40px!important;height:40px!important}.v-home-process__grid{grid-template-columns:1fr!important;gap:30px!important;padding:38px 34px!important}.v-home-process__copy{position:static!important;max-width:760px!important}.v-home-contact-section .contact-container{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;width:100%!important}.v-home-contact-section .contact-info,.v-home-contact-section .contact-form-container{width:100%!important;max-width:none!important;min-width:0!important;height:auto!important}.v-home-contact-section .contact-info{padding:28px!important}.v-home-contact-section .contact-form-container{padding:28px!important}.v-home-contact-section .contact-details{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.v-home-contact-section .contact-methods{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.v-home-contact-section .contact-method{width:100%!important;min-width:0!important;justify-content:center!important;min-height:48px!important;padding:12px 13px!important}.v-home-contact-section .contact-option{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}footer .footer-content{grid-template-columns:repeat(2,minmax(0,1fr))!important;text-align:left!important;gap:28px!important}footer .footer-column h3::after{left:0!important;transform:none!important}footer .footer-social-links{justify-content:flex-start!important}footer .footer-contact p{justify-content:flex-start!important}}@media (min-width:761px) and (max-width:860px){.v-home-goals__grid{grid-template-columns:1fr!important}.v-home-goal--large,.v-home-goal--wide{grid-column:auto!important}.v-home-portfolio__stack{grid-template-columns:1fr 1fr!important}.v-home-portfolio__stack .v-home-work--stack:last-child{grid-column:1/-1;aspect-ratio:16/7!important}.v-home-contact-section .contact-methods{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){.v-home-contact-section .contact-methods{gap:10px!important}.v-home-contact-section .contact-method{min-height:54px!important;padding:14px 16px!important;border-radius:999px!important;gap:10px!important;font-size:13px!important;line-height:1.15!important;font-weight:700!important}.v-home-contact-section .contact-method i{width:20px!important;font-size:15px!important;text-align:center}.v-home-contact-section .contact-method .messenger-logo,.v-home-contact-section .contact-method .max-logo-small{width:22px!important;height:22px!important;flex:0 0 22px!important}}@media (max-width:520px){.v-home-contact-section .contact-methods{grid-template-columns:1fr!important}.v-home-contact-section .contact-method{min-height:56px!important;font-size:13.5px!important}}.v-team-card__photo{display:block;width:100%;height:100%;min-height:420px;object-fit:cover;object-position:center}@media (max-width:1050px){.v-team-card__photo{min-height:390px}}@media (max-width:760px){.v-team-card__photo{height:100%;min-height:0;max-height:none}}.v-team-card__photo{min-height:300px;max-height:320px}@media (max-width:1050px){.v-team-card__photo{min-height:290px;max-height:310px}}@media (max-width:900px){.v-team-card__photo{display:block;width:100%;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important}}.v-team-card__photo{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important;object-position:var(--vt-crop-desktop-x,50%) var(--vt-crop-desktop-y,50%)!important;transform:scale(var(--vt-crop-desktop-zoom,1));transform-origin:var(--vt-crop-desktop-x,50%) var(--vt-crop-desktop-y,50%);transition:transform .25s ease}@media (max-width:1050px){.v-team-card__photo{object-position:var(--vt-crop-tablet-x,50%) var(--vt-crop-tablet-y,50%)!important;transform:scale(var(--vt-crop-tablet-zoom,1));transform-origin:var(--vt-crop-tablet-x,50%) var(--vt-crop-tablet-y,50%)}}@media (max-width:900px){.v-team-card__photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important}}@media (max-width:760px){.v-team-card__photo{object-position:var(--vt-crop-mobile-x,50%) var(--vt-crop-mobile-y,50%)!important;transform:scale(var(--vt-crop-mobile-zoom,1));transform-origin:var(--vt-crop-mobile-x,50%) var(--vt-crop-mobile-y,50%)}}@media (prefers-reduced-motion:reduce){.v-team-card__photo{transition:none!important}}.v-team-card__picture{position:absolute;inset:0;display:block;width:100%;height:100%}.v-team-card__photo{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important;object-position:center!important;transform:none!important;transform-origin:center!important}@media (max-width:1050px){.v-team-card__picture{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important}.v-team-card__photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transform:none!important}}.v-portfolio-chip.is-active,.v-portfolio-format button.is-active{background:var(--vp-purple);border-color:var(--vp-purple);color:#fff;box-shadow:0 8px 22px rgba(134,87,219,.17)}.v-portfolio-case-filter.is-active{border-color:rgba(134,87,219,.3);color:var(--vp-purple);background:#faf9ff}.v-portfolio-case-filter.is-active{background:rgba(134,87,219,.09);border-color:rgba(134,87,219,.24)}.v-portfolio-direction.is-active{background:var(--vp-purple);border-color:var(--vp-purple);color:#fff;box-shadow:0 14px 34px rgba(134,87,219,.19)}.v-portfolio-direction.is-active small{background:rgba(255,255,255,.18);color:#fff}:root{--text-light:#50535b}.v-home h1,.v-home h2{text-wrap:balance}.v-home{--vh-muted:#565a63}.v-home-goal p,.v-home-process__steps p{font-size:14px}.v-home-trust__facts small{font-size:10.5px}@media (max-width:760px){.v-home-goal p,.v-home-process__steps p{font-size:13px}.v-home-trust__facts small{font-size:10.5px}.v-home-review-card__content p{font-size:13px}}@media (max-width:900px){body.single-service #header nav ul,body.page-template-page-videomontazh-na-zakaz #header nav ul{background:rgba(8,10,18,.99)!important;border-bottom:1px solid rgba(255,255,255,.09)!important;box-shadow:0 16px 32px rgba(0,0,0,.38)!important}body.single-service #header nav ul li a,body.page-template-page-videomontazh-na-zakaz #header nav ul li a{color:#f7f7fb!important}body.single-service #header nav ul li a:hover,body.page-template-page-videomontazh-na-zakaz #header nav ul li a:hover{color:#b79dff!important}}@supports (scrollbar-gutter:stable){html{scrollbar-gutter:stable}}@supports (content-visibility:auto){.v-home>.v-home-goals,.v-home>.v-home-portfolio,.v-home>.v-home-process,.v-home>.v-home-proof,.v-home>.v-home-contact-section{content-visibility:auto;contain-intrinsic-size:auto 720px}}.v-home-trust__facts small{color:#5f6069}.v-home-review-card__footer span{color:#62646d}.v-home-contact-section .contact-method{color:#7442c7}.v-home-hero h1,.v-home-hero h1 span{font-family:"Montserrat Alternates","Montserrat",sans-serif!important}