.pill-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--cta-width,auto);height:var(--cta-height,42px);padding:0 20px;border-radius:var(--cta-radius,7px);background:var(--cta-bg,#1e1e1e);color:var(--cta-text,#fff);font-family:inherit;font-size:var(--cta-font-size,20px);font-weight:500;line-height:0;letter-spacing:-.02em;text-decoration:none;white-space:nowrap;cursor:pointer;overflow:hidden;transition:box-shadow .3s ease}.pill-cta:hover{box-shadow:0 0 0 1px var(--cta-hover-stroke,#000)}.pill-cta-circle{position:absolute;left:50%;bottom:0;border-radius:50%;background:var(--cta-base,#fff);z-index:1;display:block;pointer-events:none;will-change:transform}.pill-cta-label,.pill-cta-stack{position:relative;display:inline-block;line-height:1;z-index:2}.pill-cta-label{will-change:transform}.pill-cta-label-hover{position:absolute;left:0;top:0;color:var(--cta-hover-text,#1e1e1e);z-index:3;display:inline-block;will-change:transform,opacity}