.page-hero{text-align:center;flex-direction:column;align-items:center;padding:120px 40px 0;display:flex}.page-hero__headline{font-family:var(--font-poppins),sans-serif;letter-spacing:-.02em;color:#0f171f;flex-direction:column;align-items:center;gap:0;margin-bottom:24px;font-size:48px;font-weight:600;line-height:64px;display:flex}.page-hero__line{align-items:center;gap:10px;display:flex}.page-hero__icon{color:#3b82f6;font-size:0;display:inline-flex}.page-hero__icon svg{width:30px;height:30px}.page-hero__icon-capsule{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;animation:.5s .8s both page-hero-icon-shake;display:inline-flex;transform:rotate(-6deg);box-shadow:0 4px 16px #0000001f,0 1px 3px #0000000f}.page-hero__icon-capsule:hover{animation:.5s page-hero-icon-shake-hover}.page-hero__icon-capsule img,.page-hero__icon-capsule svg{width:36px;height:36px}@keyframes page-hero-icon-shake{0%,to{transform:rotate(-6deg)}15%{transform:rotate(-6deg)translate(-2px)rotate(-4deg)}30%{transform:rotate(-6deg)translate(2px)rotate(4deg)}45%{transform:rotate(-6deg)translate(-1px)rotate(-2deg)}60%{transform:rotate(-6deg)translate(1px)rotate(2deg)}75%{transform:rotate(-6deg)translate(-1px)}}@keyframes page-hero-icon-shake-hover{0%,to{transform:rotate(-6deg)}15%{transform:rotate(-6deg)translate(-2px)rotate(-4deg)}30%{transform:rotate(-6deg)translate(2px)rotate(4deg)}45%{transform:rotate(-6deg)translate(-1px)rotate(-2deg)}60%{transform:rotate(-6deg)translate(1px)rotate(2deg)}75%{transform:rotate(-6deg)translate(-1px)}}.page-hero__avatars{align-items:center;margin:0 2px;display:inline-flex}.page-hero__avatar{object-fit:cover;border:3px solid #3b82f6;border-radius:50%;width:52px;height:52px}.page-hero__avatar:nth-child(2){border-color:#4ade80}.page-hero__avatar:nth-child(3){border-color:#67e8f9}.page-hero__avatar+.page-hero__avatar{margin-left:-10px}.page-hero__highlight{color:#0f171f;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;padding:4px 18px 8px;display:inline-block}.page-hero__highlight--animated{background:linear-gradient(90deg,#99f6e4,#67e8f9,#7dd3fc,#67e8f9,#99f6e4) 0 0/200% 100%;border-radius:10px;padding:4px 18px 8px;animation:12s ease-in-out infinite page-hero-gradient-shift;display:inline-block;position:relative;overflow:hidden}.page-hero__highlight-img{object-fit:cover;mix-blend-mode:multiply;opacity:.6;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.page-hero__highlight-text{z-index:1;position:relative}@keyframes page-hero-gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.page-hero__sub{font-family:var(--font-inter),sans-serif;color:#0f171f;max-width:480px;margin-bottom:32px;font-size:18px;font-weight:400;line-height:32px}.page-hero__actions{align-items:center;gap:16px;margin-bottom:56px;display:flex}@media (max-width:1199px){.page-hero{padding:80px 24px 0}.page-hero__headline{font-size:40px;line-height:56px}.page-hero__avatar{width:44px;height:44px}.page-hero__icon svg{width:26px;height:26px}.page-hero__icon-capsule{border-radius:10px;width:44px;height:44px}.page-hero__icon-capsule img,.page-hero__icon-capsule svg{width:28px;height:28px}}@media (max-width:799px){.page-hero{padding:60px 24px 0}.page-hero__headline{font-size:32px;line-height:48px}.page-hero__avatars{display:none}.page-hero__icon svg{width:20px;height:20px}.page-hero__icon-capsule{border-radius:8px;width:38px;height:38px}.page-hero__icon-capsule img,.page-hero__icon-capsule svg{width:22px;height:22px}.page-hero__sub{font-size:16px;line-height:24px}}
