/* BuiltOS "A … Company" pills */
@keyframes wrbopulse{0%{box-shadow:0 0 0 0 rgba(107,180,50,.5)}70%{box-shadow:0 0 0 7px rgba(107,180,50,0)}100%{box-shadow:0 0 0 0 rgba(107,180,50,0)}}

/* Homepage — above the hero eyebrow (light background: black logo) */
.wr-bo-hero{display:flex;justify-content:center;margin:0 0 18px}
.wr-bo-pill{display:inline-flex;align-items:baseline;gap:8px;background:rgba(255,255,255,.75);
  border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:7px 15px;
  font:600 13px/1 'Inter Tight',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1a1a1c;
  text-decoration:none;box-shadow:0 3px 14px rgba(0,0,0,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.wr-bo-pill:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.1);border-color:rgba(107,180,50,.4)}
.wr-bo-pill .wr-bo-ext{width:13px;height:13px;opacity:.5;flex-shrink:0;align-self:center;margin-left:1px}
.wr-bo-pill img{height:15px!important;width:auto!important;max-width:none!important;display:inline-block;vertical-align:middle}

/* Footer — persistent dark pill (dark background: white logo) */
.wr-bo-footwrap{display:flex;justify-content:flex-start;margin:14px 0 6px;overflow:visible}
.wr-bo-foot{display:inline-flex;align-items:baseline;gap:9px;flex-shrink:0;white-space:nowrap;
  width:max-content;max-width:100%;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:9px 16px;
  font:600 13px/1 'Inter Tight',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#fff;
  text-decoration:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);
  transition:background .2s ease,border-color .2s ease,transform .2s ease}
.wr-bo-foot:hover{background:rgba(255,255,255,.1);border-color:rgba(107,180,50,.55);transform:translateY(-1px)}
.wr-bo-foot img{height:16px!important;width:auto!important;max-width:none!important;display:inline-block;vertical-align:middle}
.wr-bo-foot .wr-bo-dot{width:8px;height:8px;border-radius:50%;background:#6bb432;flex-shrink:0;align-self:center;animation:wrbopulse 2.4s infinite}
.wr-bo-foot .wr-bo-ext{width:14px;height:14px;opacity:.55;flex-shrink:0;align-self:center}
@media(max-width:767px){.wr-bo-footwrap{width:100%;flex:1 0 100%;align-self:stretch;justify-content:center}}
