@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,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:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_fe7774{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_fe7774{--font-manrope:"Manrope","Manrope Fallback"}:root{--ink:#171b2f;--muted:#667085;--purple:#778de4;--purple-dark:#5e72c9;--purple-soft:#f1f2ff;--green:#8ccf7e;--green-dark:#5ea752;--paper:#ffffff;--soft:#f7f8fb;--dark:#191d32;--line:#e5e7ef;--shadow:0 22px 70px rgb(73 83 133/14%);--radius-sm:14px;--radius-md:24px;--radius-lg:36px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:clip;background:var(--paper);color:var(--ink);font-family:var(--font-manrope),Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a,button{color:inherit}a{text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{line-height:1.08;letter-spacing:-.035em;text-wrap:balance}h1{margin-bottom:24px;font-size:clamp(44px,5.2vw,72px)}h2{margin-bottom:20px;font-size:clamp(36px,4.4vw,62px)}h3{font-size:24px}::selection{background:var(--green);color:var(--ink)}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid rgb(119 141 228/10%);background:rgb(255 255 255/88%);backdrop-filter:blur(18px)}.header-inner{display:flex;min-height:76px;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto}.brand-mark{display:grid;width:46px;height:46px;place-items:center;overflow:hidden;border-radius:14px;background:var(--purple);box-shadow:0 9px 24px rgb(119 141 228/28%)}.brand-mark img{width:25px;height:25px;object-fit:contain}.brand>span:last-child{display:grid;line-height:1.2}.brand strong{font-size:15px;letter-spacing:-.02em}.brand small{margin-top:3px;color:var(--muted);font-size:10px;letter-spacing:.03em;text-transform:uppercase}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:26px;margin-left:auto}.desktop-nav a{position:relative;color:#3f4558;font-size:13px;font-weight:700}.desktop-nav a:after{position:absolute;right:0;bottom:-8px;left:0;height:2px;border-radius:2px;background:var(--green);content:"";transform:scaleX(0);transition:transform .18s ease}.desktop-nav a:focus-visible:after,.desktop-nav a:hover:after{transform:scaleX(1)}.button{display:inline-flex;min-height:58px;align-items:center;justify-content:center;gap:18px;padding:15px 24px;border:0;border-radius:14px;cursor:pointer;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible{outline:3px solid rgb(140 207 126/50%);outline-offset:3px}.button:disabled{cursor:not-allowed;opacity:.42;transform:none}.button--primary{background:var(--purple);color:white;box-shadow:0 14px 34px rgb(119 141 228/32%)}.button--primary:hover{background:var(--purple-dark);box-shadow:0 18px 40px rgb(119 141 228/38%)}.button--small{min-height:46px;padding:11px 18px;font-size:13px}.button--ghost{border:1px solid var(--purple);background:transparent;color:var(--purple-dark);box-shadow:none}.button--ghost:hover{background:var(--purple);color:white}.button--light{background:white;color:var(--ink);box-shadow:0 16px 38px rgb(6 10 32/18%)}.button--wide{width:100%}.mobile-menu{display:none;margin-left:auto}.mobile-menu summary{display:grid;width:44px;height:44px;place-content:center;gap:4px;border-radius:12px;background:var(--purple-soft);cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:19px;height:2px;border-radius:2px;background:var(--ink)}.mobile-menu nav{position:absolute;top:72px;right:20px;display:grid;width:min(300px,calc(100vw - 40px));gap:4px;padding:12px;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:var(--shadow)}.mobile-menu nav a,.mobile-menu nav button{padding:12px 14px;border:0;border-radius:10px;background:transparent;cursor:pointer;text-align:left}.mobile-menu nav a:hover,.mobile-menu nav button:hover{background:var(--purple-soft)}.hero{position:relative;overflow:hidden;padding:clamp(44px,4.5vw,72px) 0 0;background:linear-gradient(140deg,rgb(247 248 255/96%),rgb(255 255 255/96%)),url(/media/irina-hero.png) 50% /cover}.hero:before{top:-340px;left:52%;width:660px;height:660px;border:1px solid rgb(119 141 228/16%);border-radius:50%}.hero:after,.hero:before{position:absolute;content:""}.hero:after{top:55px;right:4%;width:120px;height:120px;border:18px solid rgb(140 207 126/15%);border-radius:36px;transform:rotate(18deg)}.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}.hero-glow--one{top:20%;right:31%;width:180px;height:180px;background:rgb(140 207 126/12%)}.hero-glow--two{bottom:2%;left:5%;width:220px;height:220px;background:rgb(119 141 228/12%)}.hero-grid{position:relative;z-index:2;display:grid;min-height:590px;align-items:center;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:clamp(42px,5vw,68px)}.hero-copy{min-width:0;max-width:720px;padding-bottom:24px}.hero-title{overflow-wrap:break-word}.hero-title--long{font-size:clamp(42px,4.5vw,62px)}.eyebrow,.kicker{margin-bottom:18px;color:var(--purple-dark);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.eyebrow{display:inline-flex;max-width:100%;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgb(119 141 228/20%);border-radius:999px;background:rgb(255 255 255/76%);letter-spacing:.06em;line-height:1.35;text-transform:none}.eyebrow:before{width:7px;height:7px;border-radius:50%;background:var(--green);content:"";box-shadow:0 0 0 5px rgb(140 207 126/18%)}.hero-description{max-width:650px;margin-bottom:26px;color:#51586c;font-size:clamp(18px,2vw,21px)}.hero-points{display:grid;gap:11px;margin:0 0 32px;padding:0;list-style:none}.hero-points li{display:flex;align-items:center;gap:11px;font-size:15px;font-weight:650}.hero-points span{display:grid;width:24px;height:24px;flex:0 0 auto;place-items:center;border-radius:50%;background:rgb(140 207 126/20%);color:var(--green-dark);font-size:13px;font-weight:900}.hero-actions{display:flex;align-items:center;gap:12px}.hero-actions .button{min-height:56px;padding-right:20px;padding-left:20px;font-size:14px;white-space:nowrap}.hero-consultation{background:rgb(255 255 255/72%)}.hero-visual{position:relative;align-self:end}.hero-photo-card{position:relative;width:min(100%,450px);margin-left:auto;overflow:hidden;border:1px solid rgb(255 255 255/80%);border-radius:42% 42% 28px 28px;background:radial-gradient(circle at 50% 35%,#eef1ff 0,#dce2fb 52%,#c9d0ef 100%);box-shadow:var(--shadow)}.hero-photo-card:after{position:absolute;inset:auto 0 0;height:30%;background:linear-gradient(transparent,rgb(24 29 50/42%));content:"";pointer-events:none}.hero-photo-card>img{width:100%;height:540px;object-fit:cover;object-position:center top}.manager-label{position:absolute;z-index:2;right:22px;bottom:22px;left:22px;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgb(255 255 255/32%);border-radius:16px;background:rgb(27 32 55/70%);color:white;backdrop-filter:blur(14px)}.manager-label>span:last-child{display:grid}.manager-label small{color:rgb(255 255 255/66%);font-size:10px;text-transform:uppercase}.manager-label strong{font-size:14px}.manager-status{width:10px;height:10px;flex:0 0 auto;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgb(140 207 126/20%)}.hero-stat{position:absolute;z-index:3;display:grid;min-width:150px;gap:2px;padding:15px 17px;border:1px solid rgb(255 255 255/82%);border-radius:16px;background:rgb(255 255 255/87%);box-shadow:0 16px 38px rgb(54 62 99/14%);backdrop-filter:blur(14px)}.hero-stat strong{color:var(--purple-dark);font-size:24px;letter-spacing:-.05em}.hero-stat span{color:var(--muted);font-size:11px}.hero-stat--top{top:22%;left:-42px}.hero-stat--bottom{right:-10px;bottom:24%}.trust-strip{position:relative;z-index:4;display:grid;padding:18px 0;border-top:1px solid rgb(119 141 228/13%);color:#626b82;font-size:12px;font-weight:800;grid-template-columns:repeat(3,1fr);letter-spacing:.04em;text-align:center;text-transform:uppercase}.trust-strip span+span{border-left:1px solid rgb(119 141 228/16%)}.section{padding:clamp(52px,5vw,76px) 0}section[id]{scroll-margin-top:96px}.section#quiz{padding:clamp(44px,4vw,60px) 0}.section--lavender{background:var(--purple-soft)}.section--soft{background:var(--soft)}.section--dark{overflow:hidden;background:radial-gradient(circle at 10% 10%,rgb(119 141 228/20%),transparent 38%),var(--dark);color:white}.section-heading{max-width:760px;margin-bottom:34px}.section-heading p:last-child{max-width:660px;margin-bottom:0;color:var(--muted);font-size:17px}.section-heading--center{text-align:center}.section-heading--center,.section-heading--center p:last-child{margin-right:auto;margin-left:auto}.section-heading--split{display:flex;max-width:none;align-items:end;justify-content:space-between;gap:50px}.section-heading--split>div{max-width:720px}.section-heading--split>p{max-width:360px!important}.section-heading--light p:last-child{color:rgb(255 255 255/62%)}.quiz-heading{max-width:none}.quiz-heading h2{font-size:clamp(40px,4vw,58px)}.quiz-heading p:last-child{max-width:940px}.kicker--green{color:var(--green)}.quiz-shell{display:grid;min-height:520px;overflow:hidden;border:1px solid rgb(119 141 228/13%);border-radius:var(--radius-lg);background:white;box-shadow:var(--shadow);grid-template-columns:310px minmax(0,1fr)}.quiz-manager{position:relative;display:flex;overflow:hidden;align-items:center;flex-direction:column;padding:30px 24px;background:linear-gradient(155deg,rgb(119 141 228/96%),rgb(88 105 180/98%)),url(/media/irina-hero.png) 50% /cover;color:white;text-align:center}.quiz-manager:after,.quiz-manager:before{position:absolute;border:1px solid rgb(255 255 255/16%);border-radius:50%;content:""}.quiz-manager:before{top:-80px;left:-100px;width:280px;height:280px}.quiz-manager:after{right:-80px;bottom:-90px;width:240px;height:240px}.quiz-manager-photo{position:relative;z-index:2;width:158px;height:158px;margin-bottom:14px;overflow:hidden;border:5px solid rgb(255 255 255/34%);border-radius:50%;background:#dfe3f8}.quiz-manager-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.online-label{position:relative;z-index:2;display:flex;align-items:center;gap:7px;margin-bottom:12px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.online-label span{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgb(140 207 126/20%)}.quiz-manager h3{position:relative;z-index:2;margin-bottom:5px}.quiz-manager>p:not(.online-label){position:relative;z-index:2;margin-bottom:16px;color:rgb(255 255 255/72%);font-size:12px}.quiz-manager blockquote{position:relative;z-index:2;margin:auto 0 0;padding:15px;border:1px solid rgb(255 255 255/16%);border-radius:18px;background:rgb(255 255 255/9%);color:rgb(255 255 255/85%);font-size:13px;text-align:left}.quiz-card{display:flex;min-width:0;flex-direction:column;padding:clamp(28px,3.7vw,44px)}.quiz-progress{margin-bottom:28px}.quiz-progress>div{display:flex;justify-content:space-between;gap:20px;margin-bottom:10px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.progress-track{display:block;height:7px;overflow:hidden;border-radius:999px;background:#eceef7}.progress-track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--purple),var(--green));transition:width .26s ease}.quiz-contact,.quiz-question{display:flex;flex:1;flex-direction:column;animation:reveal .3s ease both}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.quiz-step-label{margin-bottom:8px;color:var(--purple-dark);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.quiz-contact h3,.quiz-question h3{max-width:700px;margin-bottom:10px;font-size:clamp(27px,3vw,38px)}.quiz-contact>p:not(.quiz-step-label),.quiz-hint{max-width:640px;margin-bottom:22px;color:var(--muted);font-size:14px}.quiz-options{display:grid;gap:11px;margin:14px 0 22px;grid-template-columns:repeat(2,minmax(0,1fr))}.quiz-option{display:flex;min-height:56px;align-items:center;gap:12px;padding:13px 15px;border:1px solid var(--line);border-radius:14px;background:white;cursor:pointer;font-size:14px;font-weight:700;text-align:left;transition:border .16s ease,background .16s ease,transform .16s ease}.quiz-option:hover{border-color:rgb(119 141 228/60%);background:#fafaff;transform:translateY(-1px)}.quiz-option--selected{border-color:var(--purple);background:var(--purple-soft);box-shadow:inset 0 0 0 1px var(--purple)}.option-radio{display:grid;width:26px;height:26px;flex:0 0 auto;place-items:center;border:2px solid #d5d9e7;border-radius:50%;color:white;font-size:12px}.quiz-option--selected .option-radio{border-color:var(--purple);background:var(--purple)}.quiz-controls{display:flex;align-items:center;justify-content:flex-start;margin-top:auto}.quiz-controls--auto{min-height:42px}.quiz-back{padding:10px 0;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:13px;font-weight:700}.quiz-back:disabled{opacity:0;pointer-events:none}.quiz-back--contact{align-self:flex-start;margin-top:16px}.quiz-contact .lead-form{max-width:630px}.lead-form{display:grid;gap:14px}.lead-form--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-form label:not(.consent){display:grid;gap:7px}.lead-form label>span:first-child{color:#454c60;font-size:11px;font-weight:800}.lead-form input:not([type]),.lead-form input[type=tel],.lead-form input[type=text]{width:100%}.lead-form input:not([type=checkbox]){min-height:54px;padding:0 16px;border:1px solid var(--line);border-radius:12px;background:#fbfbfd;color:var(--ink);outline:none;transition:border .16s ease}.lead-form input:not([type=checkbox]):focus{border-color:var(--purple);background:white}.lead-form--compact .button,.lead-form--compact .consent,.lead-form--compact .form-error{grid-column:1/-1}.consent{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:10px;line-height:1.45}.consent input{width:17px;height:17px;flex:0 0 auto;margin:1px 0 0;accent-color:var(--purple)}.consent a{color:var(--purple-dark);text-decoration:underline;text-underline-offset:2px}.form-error{margin:0;color:#b42318;font-size:12px}.advantage-grid{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.advantage-card{position:relative;min-height:240px;overflow:hidden;padding:28px;border:1px solid var(--line);border-radius:var(--radius-md);background:white;transition:transform .18s ease,box-shadow .18s ease}.advantage-card:after{position:absolute;right:-50px;bottom:-55px;width:140px;height:140px;border-radius:50%;background:var(--purple-soft);content:""}.advantage-card:hover{box-shadow:0 18px 46px rgb(74 83 128/11%);transform:translateY(-5px)}.advantage-card>span{display:inline-flex;margin-bottom:34px;color:var(--purple);font-size:12px;font-weight:900}.advantage-card h3{margin-bottom:13px;font-size:21px}.advantage-card p{position:relative;z-index:2;margin:0;color:var(--muted);font-size:13px}.partner-section{padding:clamp(46px,5vw,68px) 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f4f5f8}.partner-heading{margin-bottom:28px;text-align:center}.partner-heading .kicker{margin-bottom:10px}.partner-heading h2{margin:0}.partner-logos{display:grid;align-items:center;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.partner-logo{overflow:hidden;border:1px solid rgb(23 27 47/7%);border-radius:20px;background:white;box-shadow:0 12px 34px rgb(54 62 99/8%)}.partner-logo img{width:100%;height:auto}.service-panel{display:grid;padding:clamp(26px,4vw,48px);border:1px solid #e9eaf1;border-radius:var(--radius-lg);background:white;box-shadow:0 24px 80px rgb(58 66 103/8%);grid-template-columns:90px minmax(0,1fr);gap:42px}.service-icon{display:grid;width:88px;height:88px;place-items:center;border-radius:24px;background:var(--purple-soft)}.service-icon img{width:52px;height:52px}.service-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.service-links a{display:grid;min-height:68px;align-items:center;padding:10px 14px;border-bottom:1px solid var(--line);color:#454b5d;font-size:14px;font-weight:700;grid-template-columns:34px minmax(0,1fr) auto;transition:color .16s ease,background .16s ease,padding .16s ease}.service-links a:nth-last-child(-n+2){border-bottom:0}.service-links a:hover{padding-right:9px;padding-left:19px;border-radius:10px;background:var(--purple-soft);color:var(--purple-dark)}.service-links span{color:#b0b5c5;font-size:10px}.service-links b{opacity:0;transition:opacity .16s ease}.service-links a:hover b{opacity:1}.team-grid{display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.team-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:white}.team-photo{overflow:hidden;aspect-ratio:1/.9;background:var(--purple-soft)}.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .5s ease}.team-card:hover .team-photo img{transform:scale(1.025)}.team-card>div:last-child{padding:26px}.team-card>div:last-child>p:first-child{margin-bottom:8px;color:var(--purple-dark);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.team-card h3{margin-bottom:15px;font-size:22px}.team-divider{display:block;width:64px;height:2px;margin-bottom:16px;background:var(--green)}.team-description{margin:0;color:var(--muted);font-size:12px}.slider-controls{display:flex;gap:8px}.slider-controls button{display:grid;width:50px;height:50px;place-items:center;border:1px solid rgb(255 255 255/18%);border-radius:50%;background:rgb(255 255 255/7%);color:white;cursor:pointer;font-size:20px}.slider-controls button:hover{border-color:var(--green);color:var(--green)}.review-scroller{display:flex;overflow-x:auto;gap:18px;padding:2px 0 18px;scroll-snap-type:x mandatory;scrollbar-color:rgb(255 255 255/25%) transparent}.review-card{position:relative;min-width:min(360px,86vw);height:340px;flex:0 0 min(360px,86vw);overflow:hidden;padding:0;border:1px solid rgb(255 255 255/14%);border-radius:var(--radius-md);background:white;color:white;cursor:zoom-in;scroll-snap-align:start;text-align:left;transition:transform .18s ease,border-color .18s ease}.review-card:hover{border-color:rgb(140 207 126/62%);transform:translateY(-4px)}.review-card:focus-visible{outline:3px solid var(--green);outline-offset:3px}.review-card>img{width:100%;height:100%;object-fit:contain;object-position:top center;transition:transform .26s ease}.review-card:hover>img{transform:scale(1.012)}.review-card-overlay{position:absolute;right:0;bottom:0;left:0;display:grid;gap:2px;padding:54px 22px 20px;background:linear-gradient(transparent,rgb(17 21 39/92%))}.review-card-overlay strong{font-size:14px}.review-card-overlay small{color:rgb(255 255 255/66%);font-size:11px}.review-lightbox{position:fixed;z-index:100;inset:0;display:grid;overflow-y:auto;padding:28px;place-items:center;background:rgb(10 13 27/88%);backdrop-filter:blur(16px)}.review-lightbox-dialog{position:relative;width:min(1120px,94vw);padding:18px;border:1px solid rgb(255 255 255/20%);border-radius:26px;background:#f4f5f8;box-shadow:0 30px 100px rgb(0 0 0/36%)}.review-lightbox-image{display:grid;max-height:calc(100svh - 150px);overflow:auto;place-items:center;border-radius:16px;background:white}.review-lightbox-image img{width:100%;height:auto;max-height:none;object-fit:contain}.review-lightbox-close{position:absolute;z-index:2;top:-14px;right:-14px;display:grid;width:44px;height:44px;place-items:center;border:1px solid rgb(255 255 255/42%);border-radius:50%;background:var(--dark);color:white;cursor:pointer;font-size:26px;line-height:1}.review-lightbox-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 4px 0}.review-lightbox-controls button{padding:8px 0;border:0;background:transparent;color:var(--purple-dark);cursor:pointer;font-size:13px;font-weight:800}.review-lightbox-controls span{color:var(--muted);font-size:12px;font-weight:700}.case-tabs{display:flex;width:fit-content;gap:4px;margin:0 auto 24px;padding:5px;border-radius:14px;background:var(--purple-soft)}.case-tabs button{min-width:120px;padding:12px 18px;border:0;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;font-weight:800}.case-tabs button[aria-selected=true]{background:var(--purple);color:white;box-shadow:0 8px 18px rgb(119 141 228/28%)}.case-card{display:grid;min-height:560px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:white;box-shadow:var(--shadow);grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr)}.case-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,4.5vw,54px)}.case-sector{margin-bottom:8px;color:var(--purple-dark);font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.case-copy h3{margin-bottom:18px;font-size:clamp(30px,4vw,48px)}.case-copy h4{max-width:650px;margin-bottom:20px;font-size:20px;line-height:1.35}.case-copy ul{display:grid;gap:11px;margin:0 0 24px;padding:0;list-style:none}.case-copy li{display:flex;gap:10px;color:var(--muted);font-size:13px}.case-copy li span{color:var(--green-dark);font-weight:900}.case-metrics{display:flex;flex-wrap:wrap;gap:10px}.case-metrics strong{padding:11px 14px;border-radius:10px;background:var(--purple-soft);color:var(--purple-dark);font-size:12px}.case-visual{position:relative;overflow:hidden;background:#eceeff}.case-visual>img{position:absolute;top:34px;right:32px;width:calc(100% - 64px);height:auto;border-radius:6px;box-shadow:0 24px 70px rgb(55 65 111/24%);transform:rotate(2deg)}.case-visual--abstract{display:flex;align-items:center;flex-direction:column;justify-content:center;background:linear-gradient(145deg,rgb(119 141 228/92%),rgb(85 104 185/98%));color:white}.case-visual--abstract:before{position:absolute;width:340px;height:340px;border:1px solid rgb(255 255 255/18%);border-radius:50%;content:""}.case-big-number{position:relative;z-index:2;font-size:clamp(76px,11vw,142px);font-weight:800;letter-spacing:-.08em;line-height:1}.case-visual--abstract p{position:relative;z-index:2;margin-bottom:44px;color:rgb(255 255 255/72%);font-size:13px}.case-chart{position:relative;z-index:2;display:flex;height:110px;align-items:end;gap:12px}.case-chart i{display:block;width:24px;border-radius:6px 6px 0 0;background:var(--green)}.case-chart i:first-child{height:100%}.case-chart i:nth-child(2){height:85%}.case-chart i:nth-child(3){height:72%}.case-chart i:nth-child(4){height:64%}.case-chart i:nth-child(5){height:55%}.company-advantages{position:relative;overflow:hidden}.company-advantages:before{position:absolute;top:-180px;right:-120px;width:420px;height:420px;border:1px solid rgb(119 141 228/12%);border-radius:50%;content:""}.company-advantages-grid{position:relative;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.company-advantage-card{min-height:230px;padding:26px;border:1px solid var(--line);border-radius:var(--radius-md);background:rgb(255 255 255/88%);box-shadow:0 16px 46px rgb(58 66 103/7%);transition:transform .18s ease,box-shadow .18s ease}.company-advantage-card:hover{box-shadow:0 22px 54px rgb(58 66 103/12%);transform:translateY(-4px)}.company-advantage-card>span{display:grid;width:64px;height:64px;margin-bottom:28px;place-items:center;border:1px solid rgb(119 141 228/16%);border-radius:18px;background:var(--purple-soft);color:var(--purple-dark);font-size:13px;font-weight:900;letter-spacing:.08em}.company-advantage-card h3{margin-bottom:12px;font-size:21px}.company-advantage-card p{margin:0;color:var(--muted);font-size:13px}.process-grid{display:grid;gap:1px;overflow:hidden;border:1px solid rgb(119 141 228/15%);border-radius:var(--radius-md);background:rgb(119 141 228/14%);grid-template-columns:repeat(4,minmax(0,1fr))}.process-grid article{min-height:210px;padding:26px;background:rgb(255 255 255/74%)}.process-grid span{display:block;margin-bottom:38px;color:var(--purple);font-size:12px;font-weight:900}.process-grid h3{margin-bottom:12px;font-size:21px}.process-grid p{margin:0;color:var(--muted);font-size:13px}.faq-layout{display:grid;align-items:start;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:clamp(54px,8vw,110px)}.faq-layout .section-heading{position:sticky;top:130px;margin-bottom:0}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;cursor:pointer;font-size:17px;font-weight:750;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--purple-soft);color:var(--purple-dark);font-size:20px;transition:transform .18s ease}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:710px;margin:-7px 50px 25px 0;color:var(--muted);font-size:14px}.bottom-cta{padding:32px 0;background:var(--purple);color:white}.bottom-cta-inner{display:flex;min-height:210px;align-items:center;justify-content:space-between;gap:50px}.bottom-cta-inner>div{max-width:760px}.bottom-cta h2{margin-bottom:14px}.bottom-cta p:last-child{margin-bottom:0;color:rgb(255 255 255/70%)}.site-footer{padding:44px 0 24px;background:#141727;color:white}.footer-grid{display:grid;align-items:start;padding-bottom:42px;grid-template-columns:1.1fr .8fr 1.1fr;gap:50px}.brand--footer small{color:rgb(255 255 255/50%)}.footer-grid>div:not(.footer-links) strong{display:block;margin-bottom:6px;font-size:13px}.footer-grid>div:not(.footer-links) p{margin:0;color:rgb(255 255 255/46%);font-size:12px}.footer-company p+p{margin-top:2px}.footer-company .footer-location{margin-top:10px;color:rgb(255 255 255/62%)}.footer-links{display:grid;gap:8px;justify-items:end;color:rgb(255 255 255/62%);font-size:11px}.footer-links a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:20px;border-top:1px solid rgb(255 255 255/10%);color:rgb(255 255 255/38%);font-size:10px}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;overflow-y:auto;place-items:center;padding:20px;background:rgb(20 23 39/68%);backdrop-filter:blur(9px)}.modal{position:relative;width:min(560px,100%);padding:clamp(30px,5vw,50px);border-radius:28px;background:white;box-shadow:0 28px 90px rgb(4 8 28/34%);animation:modal-in .22s ease both}@keyframes modal-in{0%{opacity:0;transform:scale(.97) translateY(10px)}}.modal h2{margin-bottom:12px;font-size:clamp(34px,5vw,50px)}.modal>p:not(.kicker){margin-bottom:28px;color:var(--muted);font-size:14px}.modal-close{position:absolute;top:16px;right:16px;display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;background:var(--soft);color:var(--muted);cursor:pointer;font-size:24px}.modal .lead-form--compact{grid-template-columns:1fr}.modal .lead-form--compact .button,.modal .lead-form--compact .consent,.modal .lead-form--compact .form-error{grid-column:auto}.cookie-notice{position:fixed;z-index:80;right:18px;bottom:18px;display:flex;width:min(510px,calc(100% - 36px));align-items:center;gap:20px;padding:15px 16px 15px 18px;border:1px solid var(--line);border-radius:16px;background:white;box-shadow:0 18px 60px rgb(37 43 68/20%)}.cookie-notice p{margin:0;color:var(--muted);font-size:10px}.cookie-notice a{color:var(--purple-dark);text-decoration:underline}.cookie-notice button{flex:0 0 auto;padding:9px 14px;border:0;border-radius:10px;background:var(--purple);color:white;cursor:pointer;font-size:11px;font-weight:800}.simple-page{min-height:100vh;padding-bottom:80px;background:radial-gradient(circle at 85% 5%,rgb(119 141 228/15%),transparent 30%),var(--soft)}.simple-page-header{display:flex;min-height:94px;align-items:center;justify-content:space-between;gap:30px}.simple-back{color:var(--purple-dark);font-size:12px;font-weight:800}.simple-page-content{max-width:920px;padding:clamp(34px,7vw,76px);border:1px solid var(--line);border-radius:30px;background:white;box-shadow:var(--shadow)}.legal-document h1{margin-bottom:34px;font-size:clamp(38px,6vw,66px)}.legal-document h2{margin:36px 0 12px;font-size:23px}.legal-document li,.legal-document p{color:#596176;font-size:14px}.legal-document a{color:var(--purple-dark);text-decoration:underline}.thanks-card{display:flex;min-height:530px;align-items:center;flex-direction:column;justify-content:center;text-align:center}.thanks-card h1{max-width:650px;margin-bottom:18px;font-size:clamp(40px,6vw,66px)}.thanks-card>p:not(.kicker){max-width:590px;margin-bottom:28px;color:var(--muted)}.thanks-check{display:grid;width:88px;height:88px;place-items:center;margin-bottom:26px;border-radius:50%;background:rgb(140 207 126/20%);color:var(--green-dark);font-size:42px;font-weight:900}@media (min-width:992px){.quiz-heading h2,.quiz-heading p:last-child{white-space:nowrap}}@media (max-width:1199.98px){.desktop-nav{display:none}.mobile-menu{display:block}.header-inner>.button{margin-left:auto}.hero-grid{grid-template-columns:minmax(0,1fr) 420px;gap:40px}.hero-stat--bottom{right:-10px}.advantage-grid,.company-advantages-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px) and (max-height:900px){.header-inner{min-height:68px}.hero{padding-top:28px}.hero-grid{min-height:calc(100svh - 145px)}.hero-copy{padding-bottom:12px}.hero-title{margin-bottom:16px;font-size:clamp(44px,4.2vw,58px)}.hero-title--long{font-size:clamp(40px,3.7vw,50px)}.hero-description{margin-bottom:18px;font-size:16px}.hero-points{gap:7px;margin-bottom:20px}.hero-points li{font-size:13px}.hero-actions .button{min-height:52px}.hero-photo-card{width:min(100%,410px)}.hero-photo-card>img{height:min(490px,calc(100svh - 185px))}.manager-label{right:16px;bottom:16px;left:16px;padding:11px 13px}.trust-strip{padding:14px 0}}@media (min-width:992px) and (max-height:760px){.section#quiz{padding:28px 0}.quiz-heading{margin-bottom:18px}.quiz-heading .kicker{margin-bottom:8px}.quiz-heading h2{margin-bottom:10px;font-size:clamp(34px,3.4vw,48px)}.quiz-heading p:last-child{font-size:14px}.quiz-shell{min-height:390px}.quiz-manager{padding:20px}.quiz-manager-photo{width:118px;height:118px;margin-bottom:10px}.quiz-manager>p:not(.online-label){margin-bottom:8px}.quiz-manager blockquote{display:none}.quiz-card{padding:20px 28px}.quiz-progress{margin-bottom:14px}.quiz-contact h3,.quiz-question h3{font-size:clamp(24px,2.5vw,32px)}.quiz-contact>p:not(.quiz-step-label),.quiz-hint{margin-bottom:12px}.quiz-options{gap:8px;margin:10px 0 14px}.quiz-option{min-height:46px;padding:9px 12px}.quiz-controls--auto{min-height:34px}}@media (max-width:991.98px){.header-inner>.button{display:none}.hero{padding-top:56px}.hero-grid{min-height:auto;grid-template-columns:1fr;gap:42px}.hero-copy{padding-bottom:0}.hero-visual{width:min(540px,100%)}.hero-photo-card,.hero-visual{margin:0 auto}.hero-photo-card>img{height:auto;aspect-ratio:4/3.8;object-fit:cover;object-position:center 12%}.hero-stat--top{left:-10px}.quiz-shell{grid-template-columns:1fr}.quiz-manager{display:grid;min-height:190px;align-items:center;grid-template-columns:110px 1fr;grid-template-rows:auto auto auto;text-align:left}.quiz-manager-photo{width:90px;height:90px;margin:0;grid-row:1/4}.quiz-manager .online-label{margin:0 0 6px}.quiz-manager h3{margin:0 0 3px}.quiz-manager>p:not(.online-label){margin:0}.quiz-manager blockquote{display:none}.partner-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.service-panel,.team-grid{grid-template-columns:1fr}.team-card{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr)}.team-photo{height:100%;aspect-ratio:auto}.case-card{grid-template-columns:1fr}.case-visual{min-height:520px}.faq-layout{grid-template-columns:1fr}.faq-layout .section-heading{position:static}}@media (min-width:768px) and (max-width:991.98px){.hero{padding-top:34px}.hero-grid{min-height:min(650px,calc(100svh - 130px));grid-template-columns:minmax(0,1fr) 300px;gap:24px}.hero-copy{padding-bottom:16px}.hero-title,.hero-title--long{margin-bottom:16px;font-size:clamp(34px,5vw,42px)}.hero-description{margin-bottom:18px;font-size:15px}.hero-points{gap:7px;margin-bottom:20px}.hero-points li{font-size:12px}.hero-actions{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.hero-actions .button{width:100%;min-height:50px;padding:11px 10px;gap:8px;font-size:12px}.hero-visual{width:300px}.hero-photo-card>img{height:430px;aspect-ratio:auto}.hero-stat{min-width:112px;padding:11px 13px}.hero-stat strong{font-size:20px}.hero-stat--top{left:-18px}.hero-stat--bottom{right:-4px}}@media (max-width:767.98px){body{font-size:15px}.container{width:calc(100% - 32px)}.header-inner{min-height:72px}.brand-mark{width:42px;height:42px}.brand strong{font-size:13px}.brand small{font-size:8px}.hero-title--long,h1{font-size:clamp(36px,7vw,52px)}h2{font-size:clamp(32px,7vw,46px)}.hero{padding-top:30px}.hero-grid{gap:22px}.hero:after{display:none}.eyebrow{font-size:10px}.hero-actions{align-items:stretch;flex-direction:column}.hero-visual{width:min(480px,100%)}.hero-photo-card>img{height:auto;aspect-ratio:2/1;object-fit:cover;object-position:center 18%}.hero-stat{min-width:116px;padding:11px 13px}.hero-stat strong{font-size:20px}.hero-stat--top{top:16%;left:8px}.hero-stat--bottom{display:none}.manager-label{right:14px;bottom:14px;left:14px}.trust-strip{display:grid;overflow:visible;gap:0;padding:17px 0;font-size:9px;grid-template-columns:repeat(3,minmax(0,1fr));line-height:1.35;white-space:normal}.trust-strip span+span{padding-left:10px}.section{padding:52px 0}.section#quiz{padding:36px 0}section[id]{scroll-margin-top:78px}.section-heading{margin-bottom:28px}.quiz-heading{margin-bottom:22px}.quiz-heading .kicker{margin-bottom:10px}.quiz-heading h2{margin-bottom:12px;font-size:clamp(30px,7vw,38px);line-height:1.04}.quiz-heading p:last-child{font-size:14px;line-height:1.45}.section-heading--split{align-items:flex-start;flex-direction:column;gap:8px}.quiz-shell{border-radius:25px}.quiz-manager{min-height:104px;padding:16px 18px;grid-template-columns:70px 1fr}.quiz-manager-photo{width:58px;height:58px}.quiz-card{min-height:0;padding:20px 18px}.quiz-progress{margin-bottom:18px}.quiz-options{grid-template-columns:repeat(2,minmax(0,1fr))}.quiz-option{min-height:52px;padding:10px 11px;font-size:13px}.quiz-controls{align-items:center;flex-direction:row}.lead-form--compact{grid-template-columns:1fr}.lead-form--compact .button,.lead-form--compact .consent,.lead-form--compact .form-error{grid-column:auto}.advantage-grid{grid-template-columns:1fr}.advantage-card{min-height:230px}.advantage-card>span{margin-bottom:38px}.partner-logos{gap:8px}.partner-logo{min-height:58px;font-size:12px}.service-panel{gap:20px;padding:20px;border-radius:24px}.service-icon{width:72px;height:72px}.service-links{grid-template-columns:1fr}.service-links a:nth-last-child(2){border-bottom:1px solid var(--line)}.team-card{display:block;min-width:0}.team-photo{width:100%;height:auto;aspect-ratio:1/.88}.review-card{height:330px}.case-tabs{width:100%}.case-tabs button{min-width:0;flex:1;padding:11px 8px}.case-card{min-height:auto;border-radius:24px}.case-copy{padding:30px 24px}.case-visual{min-height:min(360px,92vw)}.case-visual>img{top:24px;right:22px;width:calc(100% - 44px)}.company-advantages-grid{grid-template-columns:1fr}.company-advantage-card{min-height:220px}.company-advantage-card>span{margin-bottom:32px}.process-grid{grid-template-columns:1fr}.process-grid article{min-height:210px}.process-grid span{margin-bottom:44px}.faq-list summary{font-size:15px}.bottom-cta{padding:54px 0}.bottom-cta-inner{min-height:auto;align-items:stretch;flex-direction:column}.bottom-cta .button{width:100%}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-links{justify-items:start}.footer-bottom{flex-direction:column;gap:8px}.cookie-notice{right:12px;bottom:12px;align-items:stretch;flex-direction:column;gap:10px;width:calc(100% - 24px)}.cookie-notice p{font-size:11px;line-height:1.45}.cookie-notice button{width:100%}.review-lightbox{padding:14px}.review-lightbox-dialog{width:calc(100vw - 28px);padding:10px;border-radius:20px}.review-lightbox-close{top:6px;right:6px;width:38px;height:38px}.review-lightbox-image{max-height:calc(100svh - 120px)}.simple-page-header{min-height:80px}.simple-page-header .brand small{display:none}.simple-page-content{width:calc(100% - 20px);padding:28px 20px;border-radius:22px}}@media (max-width:575.98px){.container{width:calc(100% - 24px)}.header-inner{min-height:66px}.brand{gap:8px}.brand-mark{width:38px;height:38px;border-radius:11px}.brand strong{font-size:12px}.brand small{display:none}h1{margin-bottom:18px;line-height:1.06}.hero-title--long,h1{font-size:clamp(34px,10vw,42px)}h2{margin-bottom:16px;font-size:clamp(30px,8.5vw,38px)}h3{font-size:21px}.hero{padding-top:24px}.hero-grid{gap:18px}.eyebrow{margin-bottom:14px;padding:7px 10px;font-size:9px}.hero-description{margin-bottom:16px;font-size:15px;line-height:1.5}.hero-points{gap:9px;margin-bottom:20px}.hero-points li{align-items:flex-start;font-size:13px;line-height:1.4}.hero-points span{width:21px;height:21px;margin-top:1px}.hero-actions{gap:8px}.hero-actions .button{width:100%;min-height:54px}.hero-visual{width:min(380px,100%)}.hero-photo-card{border-radius:36% 36% 22px 22px}.hero-stat{min-width:104px}.hero-stat strong{font-size:18px}.hero-stat span{font-size:9px}.manager-label{right:10px;bottom:10px;left:10px;padding:10px 12px}.manager-label strong{font-size:12px}.trust-strip{font-size:8px}.section{padding:46px 0}.section#quiz{padding:30px 0}.section-heading{margin-bottom:24px}.section-heading p:last-child{font-size:15px}.quiz-manager{min-height:92px;padding:14px 16px;grid-template-columns:62px 1fr}.quiz-manager-photo{width:50px;height:50px}.quiz-manager h3{font-size:18px}.quiz-card{padding:18px 14px}.quiz-progress{margin-bottom:16px}.quiz-progress>div{gap:10px;font-size:9px}.quiz-contact h3,.quiz-question h3{font-size:24px}.quiz-options{gap:9px;margin:12px 0 16px}.quiz-option{min-height:50px;padding:9px 10px;font-size:12px}.quiz-controls{align-items:flex-start;flex-direction:column-reverse;gap:8px}.advantage-card{padding:24px}.partner-heading{margin-bottom:26px}.team-photo{aspect-ratio:4/3.3}.review-card{min-width:min(315px,88vw);height:320px;flex-basis:min(315px,88vw)}.review-lightbox-controls button{font-size:11px}.company-advantage-card{min-height:0;padding:24px}.case-tabs button{font-size:10px}.case-copy{padding:26px 20px}.case-visual{min-height:min(330px,92vw)}.process-grid article{min-height:180px;padding:25px}.process-grid span{margin-bottom:34px}.faq-list summary{gap:12px;padding:21px 0}.faq-list details p{margin-right:0}.bottom-cta{padding:48px 0}.bottom-cta-inner{gap:26px}.modal-backdrop{padding:12px}.modal{padding:32px 20px 24px;border-radius:22px}}@media (max-width:359.98px){.quiz-options{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}