.hero{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:80px 48px;max-width:1200px;margin:0 auto;min-height:calc(100vh - 64px)}.hero__left{flex:1 1}.hero__right{flex-shrink:0}.hero__title{font-size:56px;font-weight:800;line-height:1.05;letter-spacing:-1.5px;color:var(--ink);margin-bottom:20px}.hero__sub{font-size:16px;color:var(--gray);line-height:1.65;margin-bottom:36px;max-width:460px}.hero__btns{display:flex;gap:12px;flex-wrap:wrap}.hero__avatar{width:340px;height:340px;border-radius:50%;object-fit:cover;object-position:center -109px;box-shadow:0 8px 32px rgba(0,0,0,.12)}@media(max-width:900px){.hero{flex-direction:column;padding:48px 24px;min-height:auto;gap:40px;text-align:center}.hero__title{font-size:36px}.hero__btns{justify-content:center}.hero__avatar{width:280px;height:280px}.hero__sub{max-width:100%}}:root{--ink:#0f172a;--ink2:#1e293b;--gray:#64748b;--gray2:#94a3b8;--border:#e2e8f0;--bg:#ffffff;--bg2:#f8fafc;--blue:#3b82f6;--blue-dark:#2563eb;--blue-pale:#eff6ff;--blue-text:#3b82f6;--radius:12px;--radius-sm:8px}.clients{padding:28px 48px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#fff}.clients__label{text-align:center;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:20px}.clients__list{display:flex;align-items:center;justify-content:center;gap:48px;list-style:none;flex-wrap:wrap}.clients__item{font-size:18px;font-weight:700;color:#64748b;letter-spacing:-.3px;opacity:.6;transition:opacity .2s}.clients__item:hover{opacity:1}.clients__logo{height:50px;width:auto;display:block;filter:grayscale(1);transition:filter .2s}.clients__item:hover .clients__logo{filter:grayscale(0)}@media(max-width:900px){.clients{padding:24px}.clients__list{gap:28px}.clients__item{font-size:15px}}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0}.process-step{text-align:center;padding:0 32px}.process-step__icon-wrap{width:64px;height:64px;background:var(--blue-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.process-step__icon{width:28px;height:28px;color:var(--blue)}.process-step__label{font-size:13px;font-weight:600;color:var(--blue);margin-bottom:8px;letter-spacing:.2px}.process-step__title{font-size:18px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.3}.process-step__desc{font-size:14px;color:var(--gray);line-height:1.6}@media(max-width:900px){.process-grid{grid-template-columns:1fr;gap:40px}}.about__layout{display:flex;align-items:flex-start;gap:40px}.about__avatar{width:100px;height:100px;border-radius:50%;background:#f1f5f9;flex-shrink:0;display:flex;align-items:center;justify-content:center}.about__avatar-letter{font-size:40px;font-weight:800;color:var(--blue)}.about__text{flex:1 1}.about__bio{font-size:15px;color:var(--gray);line-height:1.75}@media(max-width:900px){.about__layout{flex-direction:column;align-items:center;text-align:center}}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.project-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.project-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.project-card__img-wrap{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--bg2)}.project-card__img-wrap:hover .project-card__nav{opacity:1}.project-card__img{width:100%;height:100%;object-fit:cover;display:block}.project-card__nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.45);color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:18px;line-height:1;cursor:pointer;opacity:0;transition:opacity .2s ease,background .2s ease;display:flex;align-items:center;justify-content:center;z-index:1}.project-card__nav:hover{background:rgba(0,0,0,.7)}.project-card__nav--prev{left:8px}.project-card__nav--next{right:8px}.project-card__dots{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:1}.project-card__dot{width:6px;height:6px;border-radius:50%;border:none;background:hsla(0,0%,100%,.5);cursor:pointer;padding:0;transition:background .2s ease}.project-card__dot--active{background:#fff}.project-card__body{padding:24px;display:flex;flex-direction:column;flex:1 1}.project-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.project-card__tag{font-size:11px;font-weight:600;color:var(--blue-text);background:var(--blue-pale);border-radius:4px;padding:2px 8px;letter-spacing:.02em}.project-card__title{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:12px;line-height:1.4}.project-card__line{font-size:13px;color:var(--gray);margin-bottom:8px;line-height:1.55}.project-card__line strong{color:var(--ink);font-weight:600}.project-card__link,.project-card__result-val{color:var(--blue-text)}.project-card__link{margin-top:auto;padding-top:16px;display:inline-block;font-size:13px;font-weight:600;text-decoration:none}.project-card__link:hover{text-decoration:underline}.projects-show-more{margin-top:32px;display:flex;justify-content:center}.projects-lab-teaser{margin-top:40px;padding:20px 28px;background:var(--blue-pale);border:1px solid #bfdbfe;border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:16px}.projects-lab-teaser span{font-size:14px;color:var(--ink2)}.projects-lab-teaser__link{white-space:nowrap;font-size:14px;font-weight:600;color:var(--blue-text);text-decoration:none}.projects-lab-teaser__link:hover{text-decoration:underline}.other-missions{margin-top:56px;padding-top:40px;border-top:1px solid var(--border)}.other-missions__header{margin-bottom:28px}.other-missions__title{font-size:18px;font-weight:700;color:var(--ink);margin-bottom:4px}.other-missions__subtitle{font-size:13px;color:var(--gray)}.other-missions__list{display:flex;flex-direction:column;gap:0}.other-missions__item{display:flex;align-items:baseline;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.other-missions__item:first-child{border-top:1px solid var(--border)}.other-missions__name{font-size:15px;font-weight:700;color:var(--ink);min-width:140px;flex-shrink:0}.other-missions__desc{font-size:14px;color:var(--gray);flex:1 1}.other-missions__tags{display:flex;gap:6px;flex-wrap:wrap;flex-shrink:0}.other-missions__tag{font-size:11px;font-weight:600;color:var(--blue-text);background:var(--blue-pale);border-radius:4px;padding:2px 8px;letter-spacing:.02em}.other-missions__link{font-size:12px;color:var(--gray);text-decoration:none;white-space:nowrap;flex-shrink:0}.other-missions__link:hover{color:var(--blue-text);text-decoration:underline}@media(max-width:900px){.projects-grid{grid-template-columns:1fr}.projects-lab-teaser{flex-direction:column;align-items:flex-start}.other-missions__item{flex-wrap:wrap;gap:8px}.other-missions__name{min-width:unset;width:100%}.other-missions__tags{order:3}.other-missions__link{order:2}}