.hero{position:relative;background:var(--teal);padding-top:clamp(88px,5vw,96px);padding-bottom:clamp(40px,2.8vw,54px);overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,53.9%);align-items:start;grid-gap:24px;gap:24px}.hero-copy{position:relative;z-index:2;max-width:620px;padding-top:clamp(48px,6vw,115px)}.reviews{display:flex;align-items:center;gap:14px;margin-bottom:26px}.reviews-left{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.partner{font-family:var(--font-roboto);font-size:11px;letter-spacing:1.1px;text-transform:uppercase;color:var(--white)}.reviews-right{display:flex;flex-direction:column;gap:6px;padding-left:13px;border-left:1px solid var(--line)}.stars{display:flex;gap:2px}.reviews-count{font-family:var(--font-roboto);font-size:14px;letter-spacing:1px;text-transform:uppercase;color:var(--white)}.hero-title{font-family:var(--font-sans);font-weight:400;font-size:clamp(44px,5.2vw,72px);line-height:1.16;letter-spacing:-.048em;color:var(--white);margin-bottom:26px}.hero-title .line{display:block}.line-two{display:flex;align-items:center;flex-wrap:wrap;gap:0 .28em}.rotator{position:relative;vertical-align:baseline}.rot-sizer,.rotator{display:inline-block;white-space:nowrap}.rot-sizer{visibility:hidden;font-family:var(--font-serif);font-style:italic;font-weight:400;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rot-viewport{position:absolute;inset:0;overflow:hidden}.rot-track{display:flex;flex-direction:column;will-change:transform}.rot-item{display:block;white-space:nowrap;font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--white);line-height:inherit}@media (prefers-reduced-motion:reduce){.rot-track{transition:none!important}}.hero-sub{font-family:var(--font-hel);font-size:18px;line-height:1.44;color:rgba(255,255,255,.9);max-width:492px;margin-bottom:33px}.hero-sub strong{font-weight:700;color:var(--white)}.hero-btn{padding:17px 26px 15px}.hero-visual{position:relative;z-index:1;justify-self:end;width:100%;animation:heroVisualIn 1.1s cubic-bezier(.16,1,.3,1) both;animation-delay:.18s}.hero-visual-inner{position:relative;width:100%;aspect-ratio:663.564/619.965;margin-top:10.4%}.hero-echoes{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.hero-echoes path{stroke-dasharray:3200;stroke-dashoffset:3200;animation:echoDraw 1.6s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(.38s + var(--echo-i, 0) * .08s)}.hero-shape{clip-path:url(#heroClip);-webkit-clip-path:url(#heroClip)}.hero-img,.hero-img-wrap,.hero-shape{position:absolute;inset:0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center 48%;animation:heroImgReveal 1.4s cubic-bezier(.16,1,.3,1) both;animation-delay:.42s}.hero-badge{position:absolute;z-index:2;display:inline-flex;align-items:center;background:rgba(20,30,30,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:5px;padding:8px 12px;font-family:var(--font-sans);font-weight:400;font-size:14px;letter-spacing:-.1px;color:var(--white);white-space:nowrap}.hero-badge strong{font-weight:700}.badge-projects{right:14px;bottom:65px}.badge-team{right:14px;bottom:15px}@keyframes heroVisualIn{0%{opacity:0;transform:translateX(56px)}to{opacity:1;transform:translateX(0)}}@keyframes echoDraw{0%{stroke-dashoffset:3200}to{stroke-dashoffset:0}}@keyframes heroImgReveal{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.hero-echoes path,.hero-img,.hero-visual{animation:none!important;opacity:1!important;transform:none!important;stroke-dashoffset:0!important}}@media (max-width:980px){.hero-grid{grid-template-columns:1fr;gap:32px}.hero-copy{max-width:640px;padding-top:clamp(32px,6vw,56px)}.hero-visual{justify-self:stretch;max-width:560px;margin-top:-80px}.hero-badge{font-size:12px}}@media (max-width:560px){.badge-projects{right:8px;bottom:52px}.badge-team{right:8px;bottom:8px}}